We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the arguments option is only used to display the arguments' names in the help message.
arguments
It would be nice to handle these arguments the same way flags are handled. In particular, I'm in need of the following:
required
prompt
promptError
completion
$name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, the
arguments
option is only used to display the arguments' names in the help message.It would be nice to handle these arguments the same way flags are handled. In particular, I'm in need of the following:
required
prompt
promptError
completion
$name
) like it's done for flagsThe text was updated successfully, but these errors were encountered: