You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using argh for command line parser, which does not support shell completion generation yet google/argh#11. Maintaining multiple shell scripts is not my favour.
The reason for using argh instead of clap is that clap will bloat compilation time and probably also the binary size, but I don't have any precise measurement.
Can it provide completions for common shells? I guess https://docs.rs/clap_complete/latest/clap_complete can be helpful. TIA!
The text was updated successfully, but these errors were encountered: