-
-
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
Issues 740,742,744,753,754 #755
Commits on Nov 20, 2016
-
2
Configuration menu - View commit details
-
Copy full SHA for 760d66d - Browse repository at this point
Copy the full SHA 760d66dView commit details -
docs(Contributing): updates the readme to improve the readability and…
… contributing sections
Configuration menu - View commit details
-
Copy full SHA for eb51316 - Browse repository at this point
Copy the full SHA eb51316View commit details -
fix(Required Unless): fixes a bug where having required_unless set do…
…esn't work when conflicts are also set Closes #753
Configuration menu - View commit details
-
Copy full SHA for d20331b - Browse repository at this point
Copy the full SHA d20331bView commit details -
fix(ZSH Completions): fixes an issue where zsh completions caused pan…
…ics if there were no subcommands Closes #754
Configuration menu - View commit details
-
Copy full SHA for 49e7cda - Browse repository at this point
Copy the full SHA 49e7cdaView commit details -
refactor: refactors the internals a bit
Flags, Opts, and Positionals now store their internals using compartmented Base, Valued, and Switched structs to keep the code duplication down and make it easier to maintain. Iniside the src/app/parser.rs there have been several changes to make reasoning about the code easier. Primarily moving related sections out of the large get_matches_with into their own functions.
Configuration menu - View commit details
-
Copy full SHA for cf9d6ce - Browse repository at this point
Copy the full SHA cf9d6ceView commit details -
feat: allows specifying AllowLeadingHyphen style values, but only for…
… specific args vice command wide One can now use `Arg::allow_hyphen_values(true)` which will enable `--opt -val` style values only for the specific arg and not command wide. Closes #742
Configuration menu - View commit details
-
Copy full SHA for c0d70fe - Browse repository at this point
Copy the full SHA c0d70feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1053f1 - Browse repository at this point
Copy the full SHA b1053f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7a4e3 - Browse repository at this point
Copy the full SHA ba7a4e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cc687 - Browse repository at this point
Copy the full SHA 80cc687View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d8622 - Browse repository at this point
Copy the full SHA d0d8622View commit details -
imp(Validators): improves the error messages for validators
Failing value validators now produce messages like the following: error: Invalid value for '-j <val>': some message about the value Closes #744
Configuration menu - View commit details
-
Copy full SHA for 65eb338 - Browse repository at this point
Copy the full SHA 65eb338View commit details
Commits on Nov 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c04a6cb - Browse repository at this point
Copy the full SHA c04a6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45eb9bf - Browse repository at this point
Copy the full SHA 45eb9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e1e33 - Browse repository at this point
Copy the full SHA 01e1e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5b110 - Browse repository at this point
Copy the full SHA 6f5b110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979e8e0 - Browse repository at this point
Copy the full SHA 979e8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e9d29 - Browse repository at this point
Copy the full SHA 36e9d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802cd1b - Browse repository at this point
Copy the full SHA 802cd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf06384 - Browse repository at this point
Copy the full SHA cf06384View commit details