-
Notifications
You must be signed in to change notification settings - Fork 892
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
Comma-separated arguments seem to be split with rustup run
#665
Comments
Does separating it with edit: Hmm no, seems like a problem with clap? |
You need to add |
@kbknapp Ah, thanks - will this combination ensure that the remaining arguments are passed through unaltered in all cases? |
@Diggsey yes, by default arguments with a comma are separated into distinct arguments, i.e. The setting linked above says, don't use a delimiter at all. The delimiter can alternatively be changed a character other than a comma as well. |
Whenever I use
rustup run
it seems to interfere with comma-separated arguments:Is there perhaps something going on with the rustup option parser?
The text was updated successfully, but these errors were encountered: