No description
Find a file
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
bin parallel flattened queue for recursive --help resolution 2026-03-22 23:06:48 +11:00
doc cli11, bsd manual 2026-03-21 21:22:41 +11:00
lib parallel flattened queue for recursive --help resolution 2026-03-22 23:06:48 +11:00
nix comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +11:00
test comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +11:00
.envrc init 2026-03-18 15:40:47 +11:00
.gitignore init 2026-03-18 15:40:47 +11:00
dune-project comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +11:00
flake.lock init 2026-03-18 15:40:47 +11:00
flake.nix comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +11:00
inshellah.opam cli11, bsd manual 2026-03-21 21:22:41 +11:00
README.md readme 2026-03-21 02:34:25 +11:00

inshellah

inshellah is a completions generator for nushell.

see docs/ for more information.