Commit graph

1157 commits

Author SHA1 Message Date
Kevin K
c2e03a0a4e feat: adds support for comma separated values
This commit adds support for values separated by commas such as
--option=val1,val2,val3. It also includes support for uses
without the equals and shorts (both with and without)

--option=val1,val2
--option val1,val2
-oval1,val2
-o=val1,val2
-o val1,val2

Closes #348
2016-01-28 11:45:31 -05:00
Kevin K
60a61ddde6 tests(Benches): fixes failing bench marks 2016-01-28 11:45:31 -05:00
Kevin K
4192e1acea test(Yaml): fixes yaml tests 2016-01-28 11:45:31 -05:00
Kevin K
f17e150894 tests(Usage Parser): adds and fixes tests for usage parser 2016-01-28 11:45:31 -05:00
Kevin K
eb4de9215f imp(From Usage): vastly improves the usage parser
Closes #350
2016-01-28 11:45:31 -05:00
Kevin K
8c5ab033e7 tests: fixes broken python tests for optional values 2016-01-28 11:45:31 -05:00
Kevin K
32dd302f97 tests: fixes tests for optional option values 2016-01-28 11:45:31 -05:00
Kevin K
95e8209712 feat: adds support with options with optional values
Closes #367
2016-01-28 11:45:31 -05:00
Kevin K
0eba835968 tests: updated python tests to v2 info 2016-01-28 11:45:31 -05:00
Kevin K
d707fa0fad tests(v2): updating yaml tests to new v2 base 2016-01-28 11:45:31 -05:00
Kevin K
0410873d8d chore: clippy run 2016-01-28 11:45:31 -05:00
Kevin K
bb52d2d194 chore: removes unneeded function 2016-01-28 11:45:31 -05:00
Kevin K
e874a0d5e0 feat(UTF-8): adds support for invalid utf8 in values
Closes #269
2016-01-28 11:45:31 -05:00
Kevin K
c3e96232c9 tests(v2): fixing more tests on the new v2 base 2016-01-28 11:45:31 -05:00
Kevin K
0031d78564 refactor(v2): improving macros for code dedup 2016-01-28 11:45:31 -05:00
Kevin K
7fc18e685f test(v2): fixing tests to pass under new v2 changes 2016-01-28 11:45:31 -05:00
Kevin K
20de5c6e76 feat(v2): implementing the base of 2.x
This commit implements the base changes for clap 2.x
2016-01-28 11:45:31 -05:00
Kevin K
3d0a39b1b8 chore: adds new contributors 2016-01-28 11:45:31 -05:00
Paul Blouët
53f97805b3 chore: bump dependencies bitflags and yaml-rust to latest version
Bump bitflags from 0.3.3 to 0.4.0 and yaml-rust from 0.2.2 to 0.3.0.
2016-01-28 14:50:27 +01:00
Homu
47fe5770fc Auto merge of #396 - kbknapp:fix-nightly, r=kbknapp
chore: fix failing nightly
2016-01-27 23:34:53 +09:00
Kevin K
d3a4834225 chore: fix failing nightly 2016-01-27 10:09:29 -05:00
Homu
56e2f752ac Auto merge of #382 - sru:tests, r=kbknapp
tests(help): add tests for help subcommand

#166
2016-01-14 22:28:04 -08:00
Sung Rim Huh
44cbed1a2a tests(help): add tests for help subcommand 2016-01-14 20:23:50 -08:00
Homu
113ed0284e Auto merge of #381 - sru:tests, r=sru
Tests

#166

Almost everything from run_tests.py except the suggestion...
2016-01-14 17:11:25 -08:00
Sung Rim Huh
32ef3264b9 tests: add checks for help and version flag 2016-01-13 09:03:27 -08:00
Sung Rim Huh
1c41d1bf43 tests(possible_values): add tests for possible values 2016-01-13 08:52:42 -08:00
Sung Rim Huh
e2c63cded7 tests(multiple_values): add positional multiple values 2016-01-13 08:28:24 -08:00
Sung Rim Huh
346450e6f1 tests(subcommands): add subcommand tests 2016-01-13 08:06:00 -08:00
Homu
34ea46969e Auto merge of #378 - sru:readme-typo, r=kbknapp
docs(README.md): fix typo and make documentation conspicuous

Well, I thought scrolling through half page of readme to find link to documentation was counterintuitive.

And, of course, 10,000 ns is 10 ms.
2016-01-13 05:16:00 +09:00
Sung Rim Huh
07b9f61495 docs(README.md): fix typo and make documentation conspicuous 2016-01-12 06:59:11 -08:00
Homu
68d43311e0 Auto merge of #377 - sru:scopewide, r=kbknapp
Scopewide attributes

For `tests/yaml.rs`, it makes sense to use scope wide attribute, which applies to the whole file, because yaml test will not be tested without yaml feature.

For `examples/17_yaml.rs`, I moved the `use` statement inside so that seemingly random unused import warning doesn't pop up.

For `tests/unicode.rs`, well, I tried fiddling around with unicode with Windows without much success...
2016-01-12 15:16:55 +09:00
Sung Rim Huh
3936b28035 tests(yaml): use scope wide attribute 2016-01-11 21:13:14 -08:00
Sung Rim Huh
b2d29b0a68 tests(unicode): use scope wide attribute 2016-01-11 21:08:38 -08:00
Homu
b1264b7dbd Auto merge of #375 - messense:messense-patch-1, r=Vinatorul
docs(App) Fix App.print_help documentation
2016-01-10 20:36:19 +09:00
messense
f0a0e4df50 docs(App) Fix App.print_help documentation 2016-01-10 16:44:24 +08:00
Homu
f2a8a86575 Auto merge of #374 - bradurani:patch-2, r=kbknapp
Fixes missing word in README

Fixes sentence with missing word in README.md
2016-01-10 17:24:33 +09:00
Brad Urani
9e08a92860 Fixes missing word in README
Fixes sentence with missing word in README.md
2016-01-08 00:08:38 -08:00
Homu
37006c3352 Auto merge of #371 - kbknapp:v1.5.5, r=kbknapp
chore: increases version
2016-01-04 20:19:10 +09:00
Homu
449025065b Auto merge of #370 - kbknapp:issue-368, r=kbknapp
Issue 368
2016-01-04 17:48:09 +09:00
Homu
4be787bb29 Auto merge of #369 - kbknapp:clippy-updates, r=kbknapp
fix: fixes an intentional panic issue discovered via clippy
2016-01-04 16:23:57 +09:00
Kevin K
64ebaebab0 chore: increases version 2016-01-03 23:59:52 -05:00
Kevin K
f04a40808b Merge branch 'master' into issue-368 2016-01-03 22:55:40 -05:00
Kevin K
c9bf7e4440 fix: fixes an issue where invalid short args didn't cause an error
Closes #368
2016-01-03 22:54:13 -05:00
Kevin K
8f3817f665 fix: prints the name in version and help instead of binary name 2016-01-03 22:51:01 -05:00
Kevin K
ea83a3d421 fix: fixes an intentional panic issue discovered via clippy 2016-01-03 21:54:56 -05:00
Homu
4e3bd16679 Auto merge of #366 - kbknapp:clippy-update, r=Vinatorul
Clippy update
2015-12-20 04:27:50 +09:00
Kevin K
cde0dedd66 chore(Readme): breaks out merit badges 2015-12-19 05:48:33 -05:00
Kevin K
55041bc878 chore: updates clippy 2015-12-19 05:35:44 -05:00
Homu
15512b834c Auto merge of #359 - kbknapp:appveyor_test, r=Vinatorul
Added appveyor

for windows build tests.

**Do not merge, yet**
2015-12-19 17:48:38 +09:00
Kevin K
b9ff14bfff chore: changes build command features for Windows builds in testing 2015-12-18 09:01:59 -05:00