No description
Find a file
atagen 7f0ec8ab4d comprehensive completion generation: native, manpage, --help
Three-strategy pipeline with priority: native completion generators
(e.g. CMD completions nushell) > manpage parsing > --help fallback.
Single `generate` command produces one module-wrapped .nu file per
command. Parallel execution scaled to cores, 200ms timeouts, ELF
string scanning to skip binaries without -h support, native gzip
decompression via camlzip, SYNOPSIS-based subcommand detection,
nix3 manpage strategy, deduplication, nushell builtin exclusion.
2026-03-21 02:14:11 +11:00
bin comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +11:00
lib comprehensive completion generation: native, manpage, --help 2026-03-21 02:14:11 +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