No description
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. |
||
|---|---|---|
| bin | ||
| doc | ||
| lib | ||
| nix | ||
| test | ||
| .envrc | ||
| .gitignore | ||
| dune-project | ||
| flake.lock | ||
| flake.nix | ||
| inshellah.opam | ||
| README.md | ||
inshellah
inshellah is a completions generator for nushell.
see docs/ for more information.