Kevin K
|
85648f2949
|
Moved to stable Rust APIs - Removed uppercasing of argument names due to Rust API stability
|
2015-03-18 13:40:58 -04:00 |
|
Kevin K.
|
07e15da371
|
Merge pull request #13 from kbknapp/dev
Moved some for loops to more readable iterators
|
2015-03-18 10:20:07 -04:00 |
|
Kevin K
|
ff8ea640e9
|
Moved some for loops to more readable iterators
|
2015-03-18 10:15:55 -04:00 |
|
Kevin K.
|
bd4de8ff69
|
Merge pull request #12 from kbknapp/dev
Changes to stable APIs towards Rust 1.0
|
2015-03-18 08:47:11 -04:00 |
|
Kevin K
|
399ad97413
|
Changes to stable APIs towards Rust 1.0
|
2015-03-18 08:41:09 -04:00 |
|
Kevin K
|
c82bb523ab
|
Updated version
|
2015-03-17 21:02:47 -04:00 |
|
Kevin K.
|
e6ca4cfc1b
|
Merge pull request #11 from kbknapp/onlyposfollows
Closes #10 (Adds support for "--" where only positional arguments follow)
|
2015-03-17 20:57:51 -04:00 |
|
Kevin K
|
0594180e29
|
Added support for -- where only positional arguments follow
|
2015-03-17 20:53:56 -04:00 |
|
Kevin K
|
6ae91954ae
|
Fixes #9
|
2015-03-16 18:50:53 -04:00 |
|
Kevin K.
|
f75e019b5e
|
Merge pull request #8 from kbknapp/dev
Merge PR #7 from untitaker (impoves README formatting and changes some tabs->spaces)
|
2015-03-16 17:01:58 -04:00 |
|
Kevin K.
|
a0746686ac
|
Merge pull request #7 from untitaker/tabs
Improve formatting for README, remove some tabs
|
2015-03-16 16:51:32 -04:00 |
|
Markus Unterwaditzer
|
59bcd85662
|
Improve formatting for README, remove some tabs
|
2015-03-16 20:56:42 +01:00 |
|
Kevin K
|
55ce5c5eea
|
Fixed formatting error in doc example
|
2015-03-16 15:10:00 -04:00 |
|
Kevin K
|
418ead0b00
|
Rebuilt docs after doct test corrections
|
2015-03-16 14:54:43 -04:00 |
|
Kevin K
|
eabfa091bc
|
Fixed error in doc test
|
2015-03-16 14:53:49 -04:00 |
|
Kevin K
|
bc94d11b03
|
Rebuild docs after tab->space change
|
2015-03-16 14:48:25 -04:00 |
|
Kevin K
|
20de5b339e
|
Merge branch 'dev'
|
2015-03-16 14:47:26 -04:00 |
|
Kevin K
|
9f4cdc9fa3
|
Changed tabs to spaces
|
2015-03-16 14:47:09 -04:00 |
|
Kevin K
|
1787a66230
|
Rebuilt docs for v0.4.3
|
2015-03-16 14:30:49 -04:00 |
|
Kevin K
|
b015744424
|
Merge branch 'dev'
|
2015-03-16 14:29:09 -04:00 |
|
Kevin K
|
1814d87192
|
Added custom usage strings
|
2015-03-16 14:28:56 -04:00 |
|
Kevin K
|
8817cf43b0
|
Rebuilt docs for v0.4.2
|
2015-03-16 11:20:45 -04:00 |
|
Kevin K
|
da5a759375
|
Rebuilt docs for v0.4.2
|
2015-03-16 11:20:02 -04:00 |
|
Kevin K
|
b77920304c
|
Fixed bug with un-needed subcommands (i.e. when no subcommand is specified by developer manually - and removed deprecated flags
|
2015-03-16 11:17:51 -04:00 |
|
Kevin K.
|
dcf36478ef
|
Delete Cargo.lock
|
2015-03-16 11:04:26 -04:00 |
|
Kevin K.
|
4d4b0b7c4a
|
Update README.md
|
2015-03-16 10:55:45 -04:00 |
|
Kevin K.
|
09f1234d3e
|
Update README.md
|
2015-03-16 10:38:43 -04:00 |
|
Kevin K.
|
bb973008a8
|
Update myapp.rs
|
2015-03-16 09:53:29 -04:00 |
|
Kevin K.
|
7599ea29f2
|
Changed tabs to 4 spaces added comments
|
2015-03-16 09:52:18 -04:00 |
|
Kevin K.
|
6fd901bea3
|
Delete main.rs
|
2015-03-15 23:00:24 -04:00 |
|
Kevin K
|
5ded8fc4bb
|
Added redirect for base gh-pages url to real docs url
|
2015-03-15 21:55:24 -04:00 |
|
Kevin K
|
43ddb14972
|
Rebuilt docs
|
2015-03-15 21:06:15 -04:00 |
|
Kevin K
|
152aa8919a
|
Fixed doc tests
|
2015-03-15 21:05:19 -04:00 |
|
Kevin K
|
b7fdf9024a
|
Merge branch 'master' of github.com:kbknapp/clap-rs
|
2015-03-15 17:40:04 -04:00 |
|
Kevin K
|
e05ece7696
|
Fixed doc tests
|
2015-03-15 17:39:36 -04:00 |
|
Kevin K.
|
e13399b60b
|
Added subcommand information
|
2015-03-15 17:25:36 -04:00 |
|
Kevin K
|
65a8a4f045
|
Added support for subcommands
|
2015-03-15 17:17:52 -04:00 |
|
Kevin K
|
5ca006cbb5
|
Adding subcommands
|
2015-03-05 22:44:11 -05:00 |
|
Kevin K
|
379d2192b6
|
Changed cargo.toml license identifier to match MIT id
|
2015-03-04 08:32:55 -05:00 |
|
Kevin K
|
ea3de882ea
|
Moved to consuming builder pattern. Cleaned up borrows and fields.
|
2015-03-03 22:45:11 -05:00 |
|
Kevin K
|
d084a40f4a
|
Merge branch 'dev'
|
2015-03-03 22:42:06 -05:00 |
|
Kevin K
|
e057ed4e60
|
Moved to consuming builder pattern, removed unneeded fields
|
2015-03-03 22:41:47 -05:00 |
|
Kevin K
|
809b43995b
|
Removed extra keywords, fixed borrowing issues
|
2015-03-03 22:04:45 -05:00 |
|
Kevin K
|
90ca144f02
|
Removed extra keywords, fixed borrowing issues
|
2015-03-03 22:03:00 -05:00 |
|
Kevin K
|
42b7a35987
|
adding tests
|
2015-03-03 14:19:44 -05:00 |
|
Kevin K
|
9f5b33a241
|
adding tests
|
2015-03-03 14:18:56 -05:00 |
|
Kevin K
|
12a727e2a9
|
Added initial testing
|
2015-03-03 14:13:31 -05:00 |
|
Kevin K
|
498c13c264
|
Fixed error in docs
|
2015-03-03 13:57:19 -05:00 |
|
Kevin K
|
62704caf8d
|
Removed unneeded fields from Arg Matches
|
2015-03-03 13:10:19 -05:00 |
|
Kevin K
|
b7975ec8b6
|
Changed license file to MIT
|
2015-03-02 11:13:47 -05:00 |
|