Commit graph

701 commits

Author SHA1 Message Date
Alexander Kuvaev
8c8cb4cabd Merge pull request #197 from Vinatorul/contributing_fix
Fix misspell
2015-08-27 21:16:01 +03:00
Alexander Kuvaev
69d917d551 chore: fix misspell 2015-08-27 21:14:23 +03:00
Alexander Kuvaev
d797689267 chore: Updated "How to contribute" with a new type 2015-08-27 20:42:15 +03:00
Alexander Kuvaev
6609acded1 Added new change type 2015-08-27 20:39:46 +03:00
Kevin K.
731aaf6614 Merge pull request #196 from Vinatorul/clog_section
New clog section for examples
2015-08-27 12:58:35 -04:00
Alexander Kuvaev
ed05d1d756 New contributor! 2015-08-27 19:57:05 +03:00
Alexander Kuvaev
b95675fcf3 chore: new clog section for examples 2015-08-27 19:48:03 +03:00
Kevin K
5987c20396 chore: increase version 2015-08-27 12:12:56 -04:00
Kevin K.
27369b457b Merge pull request #195 from kbknapp/val-name
feat(Args): allows opts and args to define a name for help and usage …
2015-08-27 12:11:18 -04:00
Kevin K.
d67d28d571 Merge pull request #194 from sru/master
Fixing indentation of examples and new custom validator example
2015-08-27 12:10:45 -04:00
Kevin K
ad962ec478 feat(Args): allows opts and args to define a name for help and usage msgs 2015-08-27 12:05:23 -04:00
SungRim Huh
b9997d1fca examples: add custom validator example 2015-08-27 10:50:39 -05:00
SungRim Huh
d4f1b740ed examples: fix indentation 2015-08-27 10:50:05 -05:00
Kevin K
4b8908b93e chore: increase version 2015-08-26 19:58:58 -04:00
Kevin K.
78403c5d0e Merge pull request #193 from kbknapp/issue-192
Issue 192
2015-08-26 23:54:55 -04:00
Kevin K
35b348655c tests(Possible Values): adds a test for --long=value possible values format 2015-08-26 19:50:54 -04:00
Kevin K
3d5e9a6ced fix(Possible Values): fixes a bug where suggestions arent made when using --long=value format
Closes #192
2015-08-26 19:49:39 -04:00
Kevin K
ff9628d24d chore: comments out clippy until 0.0.12 is on crates.io 2015-08-26 17:32:25 -04:00
Kevin K
d34050cfe1 chore: adds dashed lines to dep graph 2015-08-25 17:30:42 -04:00
Kevin K
5aa02042ca chore: separates nightly features from travis-cargo flags 2015-08-25 17:28:46 -04:00
Alexander Kuvaev
70dc002695 chore: fixed badges 2015-08-25 17:31:06 +03:00
Alexander Kuvaev
343334ad94 Merge pull request #190 from Vinatorul/add_dot
Add dependency tree to README.md
2015-08-25 08:01:46 +03:00
Alexander Kuvaev
277f466765 chore(readme): add dependency tree to README.md 2015-08-25 01:57:41 +03:00
Kevin K
21c4aedd25 chore: increase version 2015-08-24 14:32:29 -04:00
Alexander Kuvaev
b41afa8c3d fix(App, Args): fixed subcommand reqs negation
Closes #188
2015-08-24 14:30:33 -04:00
Kevin K
35114c99c5 chore: increase version 2015-08-23 11:48:21 -04:00
Alexander Kuvaev
7200c9fe34 Update CONTRIBUTORS.md
Changed registration email to primary
2015-08-23 12:12:50 +03:00
Alexander Kuvaev
1a98c57813 Merge pull request #187 from Vinatorul/issue-184
Fixed requirmets overriding
2015-08-23 10:34:06 +03:00
Alexander Kuvaev
9c135eb790 fix(App): fixed requirmets overriding 2015-08-23 01:47:19 +03:00
Alexander Kuvaev
a7e6e00a11 Merge pull request #183 from Vinatorul/issue179
Fixed confusing error message
2015-08-22 17:28:54 +03:00
Alexander Kuvaev
fc7a31a745 fix: fixed confusing error message, also added test for it 2015-08-22 12:45:25 +03:00
Alexander Kuvaev
af6b58f97d Merge pull request #181 from Vinatorul/tests_1
New tests and old tests improvements
2015-08-22 01:02:11 +03:00
Alexander Kuvaev
999456969d tests: test for multiple flags in single 2015-08-22 00:04:36 +03:00
Alexander Kuvaev
56ea693084 tests: tests for flag using 2015-08-21 23:55:13 +03:00
Alexander Kuvaev
38fb26b9d7 tests: addet options values testing to some tests 2015-08-21 23:46:51 +03:00
Alexander Kuvaev
215fc821a7 tests: tests for options using 2015-08-21 23:42:47 +03:00
Kevin K.
34257da000 Merge pull request #180 from Vinatorul/tests
Rewrote test for multiple occurrences
2015-08-20 17:19:23 -04:00
Alexander Kuvaev
133a26c2fb tests: rewrote test for multiple occurrences 2015-08-20 21:52:48 +03:00
Kevin K
7cb5e7f3f5 chore: increase version 2015-08-19 22:07:02 -04:00
Kevin K
16cf9245fb docs(README.md): updates for new features 2015-08-19 22:01:01 -04:00
Kevin K
754d6b7dd1 tests: adds tests for posix compatible conflicts 2015-08-19 21:44:25 -04:00
Kevin K
8c2d48acf5 feat: implements posix compatible conflicts for long args 2015-08-19 21:40:06 -04:00
Kevin K.
70e48d1357 Merge pull request #177 from Vinatorul/issue176
Added overrides to support conflicts in POSIX compatible manner
2015-08-19 21:23:24 -04:00
Kevin K.
f829445d67 Merge pull request #178 from Vinatorul/issue166
Moved code from claptests to lib.rs, also added one test
2015-08-19 20:15:21 -04:00
Alexander Kuvaev
eed54ff836 tests: moved code from claptests to lib.rs, also moved one test 2015-08-20 00:46:06 +03:00
Alexander Kuvaev
ddc3976a58 Merge branch 'issue176' of https://github.com/Vinatorul/clap-rs into issue176 2015-08-19 20:42:52 +03:00
Alexander Kuvaev
cd6649959f feat(Args) method to add multiple overrides at once 2015-08-19 20:37:17 +03:00
Alexander Kuvaev
7f0c7b2787 Merge pull request #1 from kbknapp/issue-176-wip
Issue 176 wip
2015-08-19 09:23:26 +03:00
Kevin K
d715646e69 feat(Args): allows defining POSIX compatible argument conflicts 2015-08-18 23:59:04 -04:00
Kevin K
d0c3b37970 perf(Args and Apps): changes HashSet->Vec in some instances for increased performance 2015-08-18 22:04:22 -04:00