Dylan DPC
|
2622165be3
|
Merge pull request #21 from deg4uss3r/derive_public_parse_fn
Adding pub to the parse functions
|
2019-12-27 22:55:56 +05:30 |
|
Ricky
|
dfbbf863c1
|
Added unreachable pub attribute to the parsing functions
|
2019-10-23 19:10:07 -04:00 |
|
Ricky
|
4e732000de
|
Adding pub to the parse functions
|
2019-10-18 15:50:55 -04:00 |
|
Dylan DPC
|
4a46684b1c
|
Merge pull request #20 from pksunkara/no-default-about
refactor: Do not use cargo description as default
|
2019-10-12 21:17:36 +02:00 |
|
Pavan Kumar Sunkara
|
6b2f870c34
|
refactor: Do not use cargo description as default
|
2019-10-12 10:10:24 +02:00 |
|
Pavan Kumar Sunkara
|
a829ad08ac
|
test: Get 'cargo test' working with clap v3 (#18)
|
2019-10-11 17:04:24 +02:00 |
|
Pavan Kumar Sunkara
|
727ab1b82c
|
Fix for clap changes in lifetimes, subcommand and get_matches_* (#16)
|
2019-09-17 08:26:01 +02:00 |
|
Kevin K
|
2fad2c8ae4
|
refactor(ArgEnum): comments out all ArgEnum functionality until functional
|
2018-07-31 23:47:08 -04:00 |
|
Kevin K
|
57c7d920ba
|
chore: make clap git dep branch explicit
|
2018-07-31 18:28:35 -04:00 |
|
Alan K
|
c9ffc66f45
|
Fix failing basic test
Converts the `short` argument to a `char` as expected by `clap-rs`
|
2018-07-31 18:20:22 -04:00 |
|
Kevin K
|
eabee2111b
|
chore: changes clap to a git dependency
|
2018-07-23 15:54:59 -04:00 |
|
Kevin K
|
2c670d53f4
|
Merge pull request #14 from kbknapp/make-tests-pass
tests: Make tests pass
|
2018-07-20 10:48:46 -04:00 |
|
Alan K
|
48f83e0f53
|
Removed some unnecessary builder methods
|
2018-07-20 16:46:47 +02:00 |
|
Alan K
|
d7f5484c28
|
Removed the empty default value test
|
2018-07-20 16:46:20 +02:00 |
|
Alan K
|
750d186c30
|
Updates to multiple occurences for v3-clap
|
2018-07-20 16:17:45 +02:00 |
|
Kevin K
|
09b39eac0a
|
tests: fixes function calls to use the convenience functions and correct trait
tests: changes function calls to convenience functions and correct trait
|
2018-07-12 22:39:13 -04:00 |
|
Kevin K
|
4695d71fdb
|
refactor: fixes use statements to stop traits from being imported multiple times
|
2018-07-12 20:31:20 -04:00 |
|
Kevin K
|
cbd378e539
|
refactor: changes validator signature to match v3
|
2018-07-12 20:03:04 -04:00 |
|
Kevin K
|
1b257f54b8
|
tests: adds a basic test to use while developing
|
2018-07-08 22:08:20 -04:00 |
|
Kevin K
|
521a7dcd42
|
refactor: finishing touches to make most of the tests pass
|
2018-07-08 22:07:49 -04:00 |
|
Kevin K
|
6b45f8d275
|
chore: adds derive feature for clap proper
|
2018-07-03 14:57:39 -04:00 |
|
Kevin K
|
b145684448
|
refactor: continues refactor and small fixes from refactorings
|
2018-07-03 14:57:16 -04:00 |
|
Kevin K
|
e8d8121c06
|
refactor: renames some of the uses in examples dir
|
2018-07-03 14:55:13 -04:00 |
|
Kevin K
|
db45c06935
|
refactor: fixes some final renames in tests dir
|
2018-07-03 14:54:44 -04:00 |
|
Kevin K
|
eae3f9b9a0
|
refactor: continues rename of enum impls
|
2018-07-03 12:59:45 -04:00 |
|
Kevin K
|
b06dd3a9fc
|
refactor: splits the code into three traits and continues the rename
|
2018-07-02 23:03:17 -04:00 |
|
Kevin K
|
760ace40ab
|
docs(CONTRIBUTORS.md): adds a contributors file
|
2018-07-02 15:10:38 -04:00 |
|
Kevin K
|
abda074780
|
Merge pull request #12 from kbknapp/intial-rename
Intial rename
|
2018-07-02 15:07:56 -04:00 |
|
Kevin K
|
49c975a400
|
refactor: renames uses in tests
|
2018-07-02 15:06:46 -04:00 |
|
Kevin K
|
0be7a308b8
|
chore: adds local dev dependency of clap for tests and examples
|
2018-07-02 14:45:38 -04:00 |
|
Kevin K
|
25d52ea56a
|
refactor: renames use cases in examples dir
|
2018-07-02 14:45:17 -04:00 |
|
Kevin K
|
88162951ae
|
chore: fixes clippy version number
|
2018-07-02 14:31:42 -04:00 |
|
Kevin K
|
f8d4bf3c97
|
refactor: Begins the rename process
|
2018-07-02 14:31:23 -04:00 |
|
Kevin K
|
129418e846
|
docs(README.md): updates the readme with the rename
|
2018-07-02 13:50:46 -04:00 |
|
Kevin K
|
31c6852684
|
chore: updates the copyright notices
|
2018-07-02 13:41:56 -04:00 |
|
Kevin K
|
d8ec4ade3c
|
Merge pull request #11 from kbknapp/meta-files
chore: updates meta files for the repo
|
2018-07-02 12:26:24 -04:00 |
|
Kevin K
|
4089561e99
|
chore: updates meta files for the repo
|
2018-07-02 12:25:50 -04:00 |
|
Kevin K
|
da8402f0dc
|
chore: completed merge
|
2018-07-02 11:54:44 -04:00 |
|
Kevin K
|
0be39eebfa
|
chore: initial merge of both repos
|
2018-07-02 11:22:27 -04:00 |
|
Kevin K
|
44fad54b2f
|
chore: moves structopt files into temp dir
|
2018-07-02 10:59:08 -04:00 |
|
Kevin K
|
61edf0f2cc
|
Merge remote-tracking branch 'origin-structopt/master'
|
2018-07-02 10:54:26 -04:00 |
|
Kevin K
|
8916c4772a
|
chore: moved old clap_derive to temp folder
|
2018-07-02 10:53:06 -04:00 |
|
Kevin K
|
d152d85519
|
chore: cleanup initial commit
|
2018-07-02 10:51:14 -04:00 |
|
Kevin K
|
aa69cc3a04
|
Merge remote-tracking branch 'origin-clap_derive/master'
|
2018-07-02 10:50:44 -04:00 |
|
Kevin K
|
c7d3c1112a
|
Initial commit
|
2018-07-02 10:49:38 -04:00 |
|
Bruce Adams
|
ea76fa1b1b
|
Add a simple group example (#120)
|
2018-06-28 08:12:58 +02:00 |
|
spease
|
d983649822
|
Explicitly mention doc comments in flatten error (#118)
|
2018-06-18 18:34:33 +02:00 |
|
Guillaume P
|
18192d8e50
|
Add a minimum rustc version policy (#116)
Fix #115
|
2018-06-07 15:04:37 +02:00 |
|
Guillaume P
|
de7fc7a08e
|
fmt
|
2018-06-05 18:16:17 +02:00 |
|
Guillaume P
|
17bfde098d
|
v0.2.9
|
2018-06-05 17:46:46 +02:00 |
|