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 will be implemented via feature as it will incur an additional dep.
feature
This is for spelling mistakes, for example if we had an application with --file <file> option and we ran
--file <file>
$ myprog --flie words.txt --flie isn't a valid argument for myprog Did you mean --file? USAGE: myprog [FLAGS] [OPTIONS] For more information try --help
Initial implementation will be longs and subcommnds only, but should be able to add values from .possible_values() later.
.possible_values()
The text was updated successfully, but these errors were encountered:
Currently being worked by @Byron in #103
Sorry, something went wrong.
6fabc23
No branches or pull requests
This will be implemented via
feature
as it will incur an additional dep.This is for spelling mistakes, for example if we had an application with
--file <file>
option and we ranInitial implementation will be longs and subcommnds only, but should be able to add values from
.possible_values()
later.The text was updated successfully, but these errors were encountered: