ldm0
|
a684e9a51d
|
Bump version-sync version
|
2021-02-14 09:51:23 +00:00 |
|
Pavan Kumar Sunkara
|
a8c9d28ead
|
Merge pull request #2346 from ldm0/non_fmt_panic_fix
Fix part of the non_fmt_panic warnings, bump version-sync to 0.9.2
|
2021-02-14 01:58:26 +00:00 |
|
Pavan Kumar Sunkara
|
5025ed3bee
|
Merge pull request #2345 from ldm0/usize
Change some u64 to usize
|
2021-02-14 01:57:53 +00:00 |
|
ldm0
|
ddb53af5dc
|
Change some u64 to usize
|
2021-02-13 15:25:40 +00:00 |
|
ldm0
|
580d8d2c63
|
Fix part of the non_fmt_panic
|
2021-02-12 17:35:15 +00:00 |
|
Pavan Kumar Sunkara
|
90005de353
|
Merge pull request #2339 from clap-rs/settings
Remove Arg::settings to be consistent with App
|
2021-02-12 17:31:08 +00:00 |
|
Pavan Kumar Sunkara
|
6634444c3c
|
Remove Arg::settings to be consistent with App
|
2021-02-12 10:42:38 +00:00 |
|
Pavan Kumar Sunkara
|
97343e4cef
|
Merge pull request #2340 from ldm0/ci
Fix CI on i686-unknown-linux-gnu
|
2021-02-12 08:20:30 +00:00 |
|
ldm0
|
5997626c41
|
Fix CI on i686-unknown-linux-gnu
|
2021-02-12 04:41:29 +00:00 |
|
Pavan Kumar Sunkara
|
8eb5081b53
|
Update changelog
|
2021-02-10 23:33:14 +00:00 |
|
Pavan Kumar Sunkara
|
f95a79dea4
|
Merge pull request #2336 from clap-rs/hidden_help
Better help message support for hidden and heading stuff
|
2021-02-08 06:02:54 +00:00 |
|
Pavan Kumar Sunkara
|
9aea23ca30
|
Merge pull request #2211 from clap-rs/mut_arg
Prefer mut_arg over help_about and version_about
|
2021-02-08 05:22:37 +00:00 |
|
Pavan Kumar Sunkara
|
2b5a23597a
|
Better help message support for hidden and heading stuff
|
2021-02-08 05:22:27 +00:00 |
|
Pavan Kumar Sunkara
|
3758bba5e2
|
Remove help_about in favor of mut_arg
|
2021-02-07 17:22:56 +00:00 |
|
Pavan Kumar Sunkara
|
b824e0b088
|
Allow nested subcommands mutated generated args to take preference
|
2021-02-07 16:28:49 +00:00 |
|
Pavan Kumar Sunkara
|
423e2dde00
|
Remove version_about in favor of mut_arg
|
2021-02-07 16:14:07 +00:00 |
|
Pavan Kumar Sunkara
|
1bd902370a
|
Add tests for mut_arg on help and version
|
2021-02-07 15:54:24 +00:00 |
|
Pavan Kumar Sunkara
|
93a737a4fa
|
Merge pull request #2333 from clap-rs/build_help_and_version_at_start
Build help and version args at the beginning
|
2021-02-07 15:53:45 +00:00 |
|
Pavan Kumar Sunkara
|
05ab92702d
|
Merge pull request #2297 from ldm0/parser
Parser refactor.
|
2021-02-07 15:11:09 +00:00 |
|
Pavan Kumar Sunkara
|
c9cb22905c
|
Build help and version args at the beginning
|
2021-02-07 14:46:38 +00:00 |
|
ldm0
|
560aa536df
|
Change tests prefix
|
2021-02-07 05:59:29 +00:00 |
|
ldm0
|
899b04f481
|
Remove clone
|
2021-02-07 05:40:02 +00:00 |
|
ldm0
|
1494109795
|
Apply rename suggestions
|
2021-02-07 05:32:35 +00:00 |
|
ldm0
|
fb3033834b
|
Change the way parser do self override
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
58b9f35771
|
Add tests, fix grouped_values_of()
Fix clippy
type complexity fix
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
451c5382cc
|
Finish arg grouping logic
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
b48ccff812
|
Better MatchedArg::ty
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
fdafa3f02a
|
More convenient MatchesArg functions
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
7782a5eefc
|
Insert vals group for default missing vals
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
32e03a0dfe
|
Better flow
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
f1e9b82584
|
Implement nested vals
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
9c52e454e8
|
Refactor MatchedArg::vals
|
2021-02-07 04:46:56 +00:00 |
|
Donough Liu
|
18549df845
|
Refactor MatchedArg::indices
|
2021-02-07 04:46:56 +00:00 |
|
Pavan Kumar Sunkara
|
440cee8ff5
|
Merge pull request #2329 from ldm0/dash
Fix eagerly trimming dash in parse_long_flag
|
2021-02-06 16:50:45 +00:00 |
|
ldm0
|
1000c9fb03
|
Fix eagerly trimming dash in parse_long_flag
|
2021-02-06 11:26:20 +00:00 |
|
Pavan Kumar Sunkara
|
3b59f5d369
|
Merge pull request #2328 from ldm0/parser2
Parsing function clean up
|
2021-02-05 19:10:38 +00:00 |
|
Donough Liu
|
00cf697d36
|
Small simplification on several functions
|
2021-02-05 10:07:46 +00:00 |
|
Donough Liu
|
5e020c636d
|
Remove had_eq
|
2021-02-05 10:07:46 +00:00 |
|
Donough Liu
|
751adaa687
|
Remove ContainsLast flag
|
2021-02-05 10:07:46 +00:00 |
|
Pavan Kumar Sunkara
|
f88956de5e
|
Merge pull request #2320 from ldm0/parser1
Parser logic clean up
|
2021-02-05 09:59:13 +00:00 |
|
Donough Liu
|
818f62bd5c
|
Unused clippy allow
|
2021-01-30 17:39:34 +00:00 |
|
Donough Liu
|
45753d552b
|
Resolve a TODO
|
2021-01-30 17:39:34 +00:00 |
|
Donough Liu
|
cf4881182a
|
Add comments for some internal app settings
|
2021-01-30 17:39:34 +00:00 |
|
Donough Liu
|
c8e669c690
|
Eliminate unreachable branch
comment fix
Apply fmt
|
2021-01-30 17:39:33 +00:00 |
|
Donough Liu
|
944fc759c9
|
Optimize branch, more comments
|
2021-01-30 17:24:11 +00:00 |
|
Donough Liu
|
5774eb2c52
|
Simplify possible subcommand
|
2021-01-30 17:24:11 +00:00 |
|
Donough Liu
|
9cf007378b
|
Branch simpification
|
2021-01-30 17:24:11 +00:00 |
|
Donough Liu
|
336f926ec9
|
Integrate workflow
|
2021-01-30 17:24:11 +00:00 |
|
Donough Liu
|
be314d9ac0
|
Flow optimize
|
2021-01-30 17:24:11 +00:00 |
|
Donough Liu
|
c39dcf2ecf
|
Remove redundant ClapResult in some functions
|
2021-01-30 17:24:11 +00:00 |
|