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 |
|
Kevin K
|
fb961961d3
|
Re-release under MIT license
|
2015-03-02 10:10:23 -05:00 |
|
Kevin K.
|
78dd012f6e
|
Update README.md
|
2015-03-01 17:53:53 -05:00 |
|
Kevin K
|
875c8b67cc
|
Merge branch 'dev'
|
2015-03-01 16:59:02 -05:00 |
|
Kevin K
|
8548be883b
|
Fixed failing tests in the docs
|
2015-03-01 16:58:39 -05:00 |
|
Kevin K
|
01b6d82448
|
Merge branch 'master' of github.com:kbknapp/clap-rs
|
2015-03-01 15:46:59 -05:00 |
|
Kevin K
|
e114d46ff4
|
Adding .travis.yml file
|
2015-03-01 15:46:46 -05:00 |
|
Kevin K.
|
1356a9f0e1
|
Update README.md
|
2015-03-01 11:56:53 -05:00 |
|
Kevin K.
|
3b64c684ef
|
Update README.md
|
2015-03-01 11:55:53 -05:00 |
|
Kevin K.
|
63c40eb68c
|
Update README.md
|
2015-03-01 11:28:42 -05:00 |
|
Kevin K.
|
299a93f1dc
|
Update README.md
Changed install instructions from pinned version to any via crates.io
|
2015-03-01 11:27:29 -05:00 |
|
Kevin K
|
9923948f2d
|
Updated docs in Cargo.toml
|
2015-03-01 11:19:20 -05:00 |
|
Kevin K
|
37b54523ec
|
updated docs
|
2015-02-28 20:17:01 -05:00 |
|
Kevin K
|
4d041924f8
|
updated docs
|
2015-02-28 20:15:54 -05:00 |
|
Kevin K
|
3c0b050a26
|
updated docs
|
2015-02-28 20:15:04 -05:00 |
|
Kevin K
|
1c752d38d1
|
Arg names, shorts, and longs must now be unique
|
2015-02-28 20:10:19 -05:00 |
|
Kevin K
|
be61ff9842
|
Arg names, shorts, and longs must now be unique
|
2015-02-28 19:56:43 -05:00 |
|
Kevin K
|
cc151ca732
|
Updated readme and removed Cargo.lock from git
|
2015-02-28 19:33:18 -05:00 |
|
Kevin K
|
d274d2bf59
|
Updated readme and removed Cargo.lock from git
|
2015-02-28 19:31:24 -05:00 |
|
Kevin K
|
95cd0d07a9
|
removed .travis.yml
|
2015-02-28 19:23:07 -05:00 |
|
Kevin K
|
9dac3aed4a
|
Updated readme
|
2015-02-28 19:22:23 -05:00 |
|
Kevin K
|
e9a9273ec1
|
added cargo docs to github folder
|
2015-02-28 13:49:33 -05:00 |
|
Kevin K
|
e7fccf0cec
|
bug fixes
|
2015-02-28 13:43:58 -05:00 |
|