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 |
|
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 |
|
Kevin K
|
8a2cd7f95f
|
imp: code corrections thanks to rust-clippy
|
2015-08-14 00:21:16 -04:00 |
|
Kevin K
|
b747f15945
|
chore: increase version
|
2015-08-01 00:55:52 -04:00 |
|
Kevin K.
|
b21a8ecb43
|
Merge pull request #171 from kbknapp/double-fix
Double fix
|
2015-08-01 00:54:54 -04:00 |
|
Kevin K
|
fe96b39339
|
test: update run_tests.py to new help message
|
2015-08-01 00:49:08 -04:00 |
|
Kevin K
|
d63c013631
|
fix: fixes two bugs in App when printing newlines in help and subcommands required error
|
2015-08-01 00:44:20 -04:00 |
|
Kevin K
|
62f283a7ca
|
chore: increase version
|
2015-07-29 18:32:37 -04:00 |
|
Kevin K.
|
a2ff664ad7
|
Merge pull request #168 from kbknapp/perf-changes
perf: removes some unneeded allocations
|
2015-07-29 18:01:00 -04:00 |
|
Kevin K
|
93e915dfe3
|
perf: removes some unneeded allocations
|
2015-07-29 17:55:02 -04:00 |
|
Kevin K
|
80baab2672
|
chore: updates build system
|
2015-07-29 15:18:05 -04:00 |
|
Kevin K
|
7f77c72701
|
chore: increase version
|
2015-07-19 22:04:40 -04:00 |
|