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
ask user about shell they use and generate shell completions for them
using clap, you can use the Command::generate or CommandFactory::generate feature provided by clap. These methods help you generate shell completion scripts for various shells like Bash, Zsh, Fish, PowerShell, and Elvish.
The text was updated successfully, but these errors were encountered:
ask user about shell they use and generate shell completions for them
using clap, you can use the Command::generate or CommandFactory::generate feature provided by clap. These methods help you generate shell completion scripts for various shells like Bash, Zsh, Fish, PowerShell, and Elvish.
The text was updated successfully, but these errors were encountered: