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
Hey, I wanted to check the progress on getting --help to print the ValidArgs for a cmd.
Almost every big arg-parser provided this functionality.
Some have already written issues for this functionality; the first written is almost 7 years old. (See #571, #1210 and #842
I see that this project is working on adding wonderful features such as internationalization, but it doesn't seem as necessary as being able to provide help from the cmdline to users.
I'm writing a commandline tool with cobra and I need an init-cmd to generate the shell configuration needed for the tool, but I have no way of providing the information to the user regarding which shells are available.
Zoxide, which uses Rust Clap, provides the user with the available shells they can use like this:
Hey, I wanted to check the progress on getting
--help
to print theValidArgs
for a cmd.Almost every big arg-parser provided this functionality.
Some have already written issues for this functionality; the first written is almost 7 years old. (See #571, #1210 and #842
I see that this project is working on adding wonderful features such as internationalization, but it doesn't seem as necessary as being able to provide help from the cmdline to users.
I'm writing a commandline tool with cobra and I need an
init
-cmd to generate the shell configuration needed for the tool, but I have no way of providing the information to the user regarding which shells are available.Zoxide, which uses Rust Clap, provides the user with the available shells they can use like this:
The text was updated successfully, but these errors were encountered: