Skip to content
New issue

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

Implement Suggestions #95

Closed
kbknapp opened this issue May 1, 2015 · 1 comment
Closed

Implement Suggestions #95

kbknapp opened this issue May 1, 2015 · 1 comment

Comments

@kbknapp
Copy link
Member

kbknapp commented May 1, 2015

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 ran

$ 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.

@kbknapp
Copy link
Member Author

kbknapp commented May 5, 2015

Currently being worked by @Byron in #103

@kbknapp kbknapp closed this as completed in 6fabc23 May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant