-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(parser): Resolve problems around allow_hyphen_values
#4187
Merged
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a4c2bc - Browse repository at this point
Copy the full SHA 9a4c2bcView commit details
Commits on Sep 7, 2022
-
feat: Allow specifying trailing_var_arg on Arg, like last
This has been a bit out of place being on the command. Now its clearer what the user intends to be the trailing var arg and it is more likely to be discovered.
Configuration menu - View commit details
-
Copy full SHA for b07d02e - Browse repository at this point
Copy the full SHA b07d02eView commit details -
fix: Deprecate Command::trailing_var_arg
Now that we have it on `Arg`, we don't need it on `Command`
Configuration menu - View commit details
-
Copy full SHA for bffce7f - Browse repository at this point
Copy the full SHA bffce7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5c5e4 - Browse repository at this point
Copy the full SHA bc5c5e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a5e7f - Browse repository at this point
Copy the full SHA 94a5e7fView commit details -
fix(parser): Arg::allow_hyphen_values correctly handles long args in …
…first pos This makes it match up with `Command::allow_hyphen_values` which was the guiding factor for what the behavior should be. This supersedes clap-rs#4039 Fixes clap-rs#3880 Fixes clap-rs#1538
Configuration menu - View commit details
-
Copy full SHA for fd9a5a1 - Browse repository at this point
Copy the full SHA fd9a5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2bbca - Browse repository at this point
Copy the full SHA 7a2bbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45e4be - Browse repository at this point
Copy the full SHA d45e4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebe5ae - Browse repository at this point
Copy the full SHA 2ebe5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d5a2a - Browse repository at this point
Copy the full SHA 16d5a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad29ef - Browse repository at this point
Copy the full SHA 8ad29efView commit details -
fix: Deprecate
Command::allow_negative_numbers
Better to set on individual args
Configuration menu - View commit details
-
Copy full SHA for 1258f3e - Browse repository at this point
Copy the full SHA 1258f3eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.