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
This might involve some clever refactoring of the docopt definitions, or it might involve porting to something like clap.
I know @matklad has looked into this.
The text was updated successfully, but these errors were encountered:
Previous discussions:
Sorry, something went wrong.
I'm going to investigate porting things to clap.
👍
I'm going to make another stab at it :)
Fixed by #5152?
If you take the --feature option as an example you just need arg_features from command_prelude.
--feature
arg_features
command_prelude
Look ma, no behaviour duplication! https://github.com/search?q=repo%3Arust-lang%2Fcargo+arg_features&type=Code
Indeed, thanks @dwijnand
No branches or pull requests
This might involve some clever refactoring of the docopt definitions, or it might involve porting to something like clap.
I know @matklad has looked into this.
The text was updated successfully, but these errors were encountered: