inshellah/bin
atagen d0cc80109e parallel flattened queue for recursive --help resolution
Replace recursive depth-first help_resolve with BFS queue + fork-based
parallelism (up to num_cores workers). Workers marshal results back via
pipes; discovered subcommands are enqueued for the next wave.

Also fix usage positional extraction to match "USAGE" without colon
(Go/Cobra style), and skip empty-result check to consider positionals.
2026-03-22 23:06:48 +11:00
..
.ocamlformat init 2026-03-18 15:40:47 +11:00
dune first draft 2026-03-18 18:19:37 +11:00
main.ml parallel flattened queue for recursive --help resolution 2026-03-22 23:06:48 +11:00