This is an unfinished project to parse manpages to get completions for Zsh, and other shells. Also generates JSON files, in case your shell isn't supported, so you can process it and generate completions yourself.
Detects subcommands (very basic): If a manpage is named foo-bar
, that's detect
as the subcommand foo bar
.
Ported from Fish's completions script
Things to do:
.sp
The CLI uses env_logger
as the backend for logging,
so to configure that, set the RUST_LOG
environment variable (the link has instructions).