Commit graph

778 commits

Author SHA1 Message Date
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
Alexander Kuvaev
5a18fa4ffe wip: removed 'o lifetime 2015-08-18 23:53:03 +03:00
Alexander Kuvaev
92b9f8f5bf wip: fixed docs and remove faulty #[cfg(test)] block 2015-08-18 23:27:24 +03:00
Alexander Kuvaev
0b916a00de feat: added overrides to support conflicts in POSIX compatible manner 2015-08-18 22:33:52 +03:00
Kevin K.
9c557ed7cb chore: fixes contributors list 2015-08-15 18:09:57 -04:00
Kevin K
0e9890aa79 chore: adds a contributors list 2015-08-15 18:07:24 -04:00
Kevin K
19c46e1403 chore: fix until clippy on crates.io is updated 2015-08-14 20:58:18 -04:00
Kevin K
db9c68069e Merge branch 'master' of github.com:kbknapp/clap-rs 2015-08-14 20:46:57 -04:00
Kevin K
e58652c1f1 chore: gives proper credit :) 2015-08-14 20:46:49 -04:00
Kevin K.
08abf65b44 Merge pull request #175 from Vinatorul/READMEfix_b
Fixed links in README.md
2015-08-14 20:35:55 -04:00
Kevin K
6dd22079ec chore: gets clippy from crates.io instead of git 2015-08-14 20:34:13 -04:00
Kevin K
badde961ee chore: fix changelog version 2015-08-14 20:32:04 -04:00
Kevin K
b811a1c005 chore: increase version 2015-08-14 20:30:37 -04:00
Kevin K
0349654717 docs: updates docs for new features 2015-08-14 20:25:21 -04:00
Kevin K
4a00e2510d imp(AppSettings): adds ability to add multiple settings at once 2015-08-14 20:17:14 -04:00
Alexander Kuvaev
6d9837ad9a fix: fixed links in cargo and license buttons 2015-08-15 02:39:50 +03:00
Kevin K.
3b020f9e42 Merge pull request #174 from kbknapp/issue-170
feat(Args): allows for custom argument value validations to be defined
2015-08-14 19:39:42 -04:00
Kevin K.
b75f62a2fd Merge pull request #173 from Vinatorul/issue169
Replaced some application settings with enum variants
2015-08-14 19:36:59 -04:00
Alexander Kuvaev
7df170d7f4 fix: fixed misspell and enum name 2015-08-15 02:11:20 +03:00
Kevin K
84ae2ddbce feat(Args): allows for custom argument value validations to be defined
Closes #170
2015-08-14 18:46:13 -04:00
Alexander Kuvaev
ade367780c docs: fixed docs for previous changes 2015-08-15 01:16:35 +03:00
Alexander Kuvaev
dc3ada7386 fix: fixed use for clap crate 2015-08-15 01:15:47 +03:00
Alexander Kuvaev
618dc4e2c2 feat: Replace application level settings with enum variants 2015-08-15 00:14:59 +03:00
Kevin K.
23aca97072 Merge pull request #172 from kbknapp/clippy
imp: code corrections thanks to rust-clippy
2015-08-14 00:25:26 -04:00