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

Unrecognized option --verbose #160

Open
mmatyas opened this issue May 2, 2016 · 1 comment
Open

Unrecognized option --verbose #160

mmatyas opened this issue May 2, 2016 · 1 comment

Comments

@mmatyas
Copy link

mmatyas commented May 2, 2016

Running multirust default stable --verbose produces this output:

multirust: checking metadata version
multirust: got metadata version 2
multirust: cmd: default
multirust: toolchain: stable
multirust: option_name: --verbose
multirust: option_value: 
multirust: unrecognized option --verbose

multirust default --verbose stable or multirust --verbose default stable doesn't work either.

@brson
Copy link
Owner

brson commented May 3, 2016

This is because the options parser is quite primitive. This option and -y are both scanned for before the main command parsing and then left as part of the argument list to be misentirpreted by the later command parsers. Should be a relatively easy fix to remove those arguments as they are found.

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

2 participants