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

from_usage drops last character if not help is present #83

Closed
kbknapp opened this issue Apr 29, 2015 · 0 comments
Closed

from_usage drops last character if not help is present #83

kbknapp opened this issue Apr 29, 2015 · 0 comments
Labels
C-bug Category: Updating dependencies

Comments

@kbknapp
Copy link
Member

kbknapp commented Apr 29, 2015

let m = App::new("app").arg(Arg::from_usage("--reqs"))
                .get_matches();

Drops the s from --reqs

@kbknapp kbknapp added the C-bug Category: Updating dependencies label Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Updating dependencies
Projects
None yet
Development

No branches or pull requests

1 participant