Kevin K
427eaff25e
Updated cargo.toml
2015-03-24 16:30:44 -04:00
Kevin K
d906701b0e
testing to_owned()
2015-03-24 16:21:10 -04:00
Kevin K
b047104d9a
version bump and rebuilt docs
2015-03-24 14:35:47 -04:00
Kevin K
c7f22728f1
Added test application
2015-03-24 12:16:59 -04:00
Kevin K
b0a47a5004
Added auto-version example
2015-03-23 22:53:33 -04:00
Kevin K
44830a0155
rebuilt docs
2015-03-23 22:40:39 -04:00
Kevin K
a85bc49185
version bump
2015-03-23 22:40:18 -04:00
Kevin K.
a81f915c2d
Merge pull request #29 from kbknapp/patch-28
...
Closes #28
2015-03-23 22:38:35 -04:00
Kevin K
6286d4b008
Closes #28 - Changed App name, version, about, author, and usage to allow lifetimes other than 'static
2015-03-23 22:34:01 -04:00
Kevin K
aed37da635
Bug fixes with multiple options
2015-03-22 22:48:46 -04:00
Kevin K
46bcf02a2f
Bug fixes
2015-03-22 22:26:07 -04:00
Kevin K
66dab46760
Fixed doc error
2015-03-22 22:13:10 -04:00
Kevin K
b22cda47a4
Updated changelog
2015-03-22 22:06:27 -04:00
Kevin K
76e374e527
Version bump and rebuilt docs
2015-03-22 22:04:17 -04:00
Kevin K
eff1ef4ff1
Fixed makefile bug
2015-03-22 22:03:28 -04:00
Kevin K.
0051f2e084
Merge pull request #27 from kbknapp/dev
...
Cleaned up several bux and changed runtime representation of args to lower mem reqs
2015-03-22 21:58:53 -04:00
Kevin K.
36fc7d1482
Merge pull request #26 from kbknapp/tests
...
Moved tests to tests/ directory and crate
2015-03-22 21:57:35 -04:00
Kevin K
0f7bc363ce
Moved tests to tests/ directory and crate
2015-03-22 21:57:02 -04:00
Kevin K
d5d1554b5e
Cleaned up codebase...a little
2015-03-22 21:30:48 -04:00
Kevin K.
221fca0881
Fixed link in readme
2015-03-21 11:28:39 -04:00
Kevin K
09ab0cac4a
Rebuilt docs
2015-03-21 10:31:36 -04:00
Kevin K
b7843a241f
Bumped version
2015-03-21 10:30:28 -04:00
Kevin K
831c30b6c6
Added changelog
2015-03-21 10:29:38 -04:00
Kevin K.
eed324c749
Merge pull request #25 from kbknapp/patch-22
...
Fixed #22
2015-03-21 10:24:54 -04:00
Kevin K
cf4dc688a5
Fixed #22
2015-03-21 10:22:46 -04:00
Kevin K.
6e4f3822e6
Update README.md
2015-03-20 14:42:40 -04:00
Kevin K.
adbce3bdc4
Excluded examples/
2015-03-20 14:11:19 -04:00
Kevin K.
360b894413
Merge pull request #24 from kbknapp/examples
...
Closes #23
2015-03-20 14:08:49 -04:00
Kevin K
8a3a2f42bf
Added SubCommand examples
2015-03-20 15:06:44 -04:00
Kevin K
ba55418f7e
Added option examples
2015-03-20 14:45:57 -04:00
Kevin K
464b2aa1a3
Added more examples
2015-03-20 12:47:28 -04:00
Kevin K
9d2d384b3a
Initial commit for better examples
2015-03-19 17:55:13 -04:00
Kevin K
ac91f2a38e
Inc'ed version after PR #21 - doc copy commands to Makefile
2015-03-19 07:55:33 -04:00
Kevin K.
3c96d4340a
Merge pull request #21 from archer884/master
...
Remove assertion on multi args.
2015-03-19 07:51:18 -04:00
J/A
1e1271ed8f
Remove assertion on multi args.
...
There's an assertion on line 322 of clap-rs/master that prevents any arg
where `multiple == true` from accepting any value. This commit only
deletes that assertion. It could cause any number of other problems; I
don't really know.
2015-03-19 00:26:50 -04:00
Kevin K
641972c3ad
Inc'ed version after PR #15 and #16 - fixed formatting error in examples
2015-03-18 22:00:01 -04:00
Kevin K.
dde61de645
Merge pull request #16 from untitaker/make
...
Add makefile magic
2015-03-18 21:20:10 -04:00
Kevin K.
ba0f6dabcc
Merge pull request #19 from kbknapp/multopts
...
Closes #17
2015-03-18 21:18:03 -04:00
Kevin K
19c205b72d
Closes #17
2015-03-18 21:15:02 -04:00
Kevin K
01e3fc6ddd
Closes #17
2015-03-18 20:35:42 -04:00
Markus Unterwaditzer
7ca46bc708
Add build instructions
2015-03-19 00:45:30 +01:00
Markus Unterwaditzer
4017524157
This breaks for rustdoc
2015-03-19 00:43:33 +01:00
Markus Unterwaditzer
5abee664b2
Deduplicate docs
2015-03-19 00:42:06 +01:00
Kevin K
96d28df880
Initial commit for multiple option arguments
2015-03-18 18:09:42 -04:00
Kevin K
d9244b6879
Rebuilt docs and inc'ed version from recent commits
2015-03-18 15:14:30 -04:00
Kevin K.
e711d91998
Merge pull request #15 from kbknapp/restructure
...
Restructured project to better reflect internal workings
2015-03-18 14:03:16 -04:00
Kevin K
f270bc171f
Restructured project to better reflect internal workings
2015-03-18 15:00:15 -04:00
Kevin K.
3c30c41643
Update README.md
2015-03-18 12:54:31 -04:00
Kevin K.
7a6c606e9e
Merge pull request #14 from kbknapp/dev
...
Moving to stable Rust APIs
2015-03-18 12:44:24 -04:00
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