Open universalmind303 opened 10 months ago
It'd be nice to have some cli completions for our binary.
Clap has some builtin support for this already https://docs.rs/clap_complete/latest/clap_complete/
so one caveat with enabling this, Clap doesn't hide subcommands annotated with hide, so it does result in us generating completions for all commands.
hide
Description
It'd be nice to have some cli completions for our binary.
Clap has some builtin support for this already https://docs.rs/clap_complete/latest/clap_complete/