Kitlith
|
5f601b7ecd
|
Manually specify the header for subcommands.
Also fleshed out the documentation for subcommand_placeholder a bit.
|
2020-07-06 20:08:26 -07:00 |
|
Kitlith
|
6d083f5653
|
imp(subcommands): "SUBCOMMANDS" label affected by subcommand placeholder
|
2020-06-27 14:21:17 -07:00 |
|
Kitlith
|
3d406400ec
|
Allow changing the "SUBCOMMAND" placeholder text in usage (#1597)
|
2020-06-25 17:27:25 -07:00 |
|
bors[bot]
|
81457178fa
|
Merge #1972
1972: Newline bug r=pksunkara a=stedingan
Co-authored-by: Andreas Steding <steding.andreas@gmail.com>
|
2020-06-10 19:32:52 +00:00 |
|
Andreas Steding
|
abef54862d
|
changed write!() to writeln!() to add a newline
|
2020-06-10 15:35:54 +02:00 |
|
bors[bot]
|
055568d3fe
|
Merge #1964
1964: Updated Changelog and added the upgrader r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-06-10 10:22:58 +00:00 |
|
bors[bot]
|
d149999413
|
Merge #1967
1967: Reexport Indices r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-06-10 07:38:57 +00:00 |
|
Pavan Kumar Sunkara
|
1a276f8f4f
|
Remove Arg::help
|
2020-06-10 09:34:55 +02:00 |
|
bors[bot]
|
d67c3bb7d3
|
Merge #1970
1970: refactor: removed clap_count_exprs macro r=pksunkara a=stedingan
Co-authored-by: Andreas Steding <steding.andreas@gmail.com>
|
2020-06-10 06:59:00 +00:00 |
|
Andreas Steding
|
294beff930
|
refactor: removed clap_count_exprs macro
|
2020-06-10 08:27:36 +02:00 |
|
CreepySkeleton
|
24ed93daae
|
Reexport Indices
|
2020-06-09 08:39:07 +03:00 |
|
Andreas Steding
|
7bc0fed82e
|
fix: Corrected assertion arguments
|
2020-06-08 14:30:11 +02:00 |
|
Artem Vorotnikov
|
fc8a0bba9c
|
Make App's help heading a priority, optimize it
|
2020-06-01 08:39:58 +03:00 |
|
Artem Vorotnikov
|
2de5c0e44c
|
Fix custom help headings
|
2020-06-01 07:42:07 +03:00 |
|
CreepySkeleton
|
41c4d186f1
|
Fix warnings
|
2020-05-31 17:53:24 +03:00 |
|
CreepySkeleton
|
12e8541678
|
Remove pointless test
Come on, who on earth needs to test exact content of debug output?!
|
2020-05-31 03:27:44 +03:00 |
|
CreepySkeleton
|
f1479974e0
|
Proper debug in ArgGroup
|
2020-05-31 01:32:50 +03:00 |
|
CreepySkeleton
|
d6603c739d
|
Limit text wrapping to 100 symbols by default
|
2020-05-30 19:34:48 +03:00 |
|
bors[bot]
|
9af127a4f4
|
Merge #1949
1949: docs: correct some typos r=pksunkara a=goncalor
Co-authored-by: Gonçalo Ribeiro <darklaw13@yahoo.co.uk>
|
2020-05-30 10:36:45 +00:00 |
|
Gonçalo Ribeiro
|
fb8e0d815d
|
docs: correct some typos
|
2020-05-30 11:14:47 +01:00 |
|
Ivan Tham
|
270f9ce37f
|
Update src/build/arg/mod.rs
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-05-25 21:06:22 +08:00 |
|
Ivan Tham
|
a189770e1c
|
Fix Arg::required doc examples
|
2020-05-25 21:00:17 +08:00 |
|
CreepySkeleton
|
a827ad5bd4
|
Use proper fmt::DebugStruct facility in Debug impl
|
2020-05-23 20:08:04 +03:00 |
|
meltinglava
|
2096777022
|
fixed spacing in error messages
|
2020-05-23 13:10:14 +02:00 |
|
Roy Ivy III
|
83a822e101
|
docs ~ add documentation for new 'default_missing_value' configuration option
|
2020-05-21 13:08:39 -05:00 |
|
Roy Ivy III
|
98b5d49647
|
add 'default_missing_value' configuration option
|
2020-05-21 13:05:25 -05:00 |
|
dave
|
2a023b226c
|
chore: fix typo in comment
|
2020-05-20 22:12:45 +02:00 |
|
CreepySkeleton
|
5589276093
|
Rename App::set_term_width to term_width
None of the other methods that move self have the `set_` prefix
|
2020-05-18 12:46:14 +03:00 |
|
Patrick Marks
|
4a9e01b0bc
|
ensure that validation failure error message includes a newline. also add a basic test of a failed validation
|
2020-05-17 08:50:35 -07:00 |
|
bors[bot]
|
961ed9cfdd
|
Merge #1931
1931: Allow separate derives, but do not give examples r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-05-16 02:18:48 +00:00 |
|
Patrick Marks
|
97e3d8c0ac
|
fix some cases of the 'The following required arguments were not provided' error message
|
2020-05-15 07:58:57 -07:00 |
|
Pavan Kumar Sunkara
|
aab2e41f8a
|
Consistent From<Yaml> for ArgGroup
|
2020-05-15 13:59:31 +02:00 |
|
Pavan Kumar Sunkara
|
fe52d77f4e
|
Allow separate derives, but do not give examples
|
2020-05-15 09:51:42 +02:00 |
|
Pavan Kumar Sunkara
|
7bc282dd4e
|
Rename with_name to new for Arg & ArgGroup
|
2020-05-14 22:50:56 +02:00 |
|
bors[bot]
|
65e6f08517
|
Merge #1926
1926: refactor: Implement From<Yaml> on Arg and ArgGroup r=pksunkara a=lanesawyer
Co-authored-by: Lane Sawyer <github@lanesawyer.dev>
|
2020-05-14 08:47:37 +00:00 |
|
Lane Sawyer
|
1ba04346ff
|
refactor: Implement From<Yaml> on Arg and ArgGroup
|
2020-05-13 19:04:53 -07:00 |
|
Pruthvikar Reddy
|
28ffa721ab
|
Fix typos
|
2020-05-13 21:58:50 +01:00 |
|
bors[bot]
|
aa6110268a
|
Merge #1911
1911: Option vec to vec r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-05-13 09:42:49 +00:00 |
|
CreepySkeleton
|
5004fa218f
|
cargo clippy
|
2020-05-13 09:48:33 +03:00 |
|
CreepySkeleton
|
fed5c6787b
|
Fix tests
|
2020-05-13 05:53:17 +03:00 |
|
CreepySkeleton
|
6810889879
|
Turn Option<Vec<T>> into Vec<T>
|
2020-05-13 05:53:17 +03:00 |
|
Pavan Kumar Sunkara
|
cfb0e95c9e
|
Fix some stuff
|
2020-05-12 10:39:24 +02:00 |
|
Kevin Tonon
|
0b58088781
|
Fix clap_app! usage example
I found this usage example confusing because `matches` was actually an `App`
|
2020-05-12 00:58:41 +02:00 |
|
Charles Hall
|
1019724026
|
setting(DisableHelpFlags): disable the automatic generation of the -h/--help flags
|
2020-05-12 00:55:49 +02:00 |
|
Peter Corlett
|
719161ebba
|
fix(macros): fixes broken pattern which prevented calling multi-argument Arg methods
|
2020-05-12 00:45:32 +02:00 |
|
Windfarer
|
2b2dbbc506
|
adding case_insensitive to yaml parsing
|
2020-05-12 00:36:47 +02:00 |
|
Ivan Tham
|
9849430b11
|
style: group example
|
2020-05-12 00:32:52 +02:00 |
|
Felix Rabe
|
3ea552bfe2
|
Typo
|
2020-05-12 00:30:58 +02:00 |
|
raffitz
|
b1b31c3ab7
|
Add long_version support in YAML parsing
|
2020-05-12 00:30:48 +02:00 |
|
bors[bot]
|
33c63c6e29
|
Merge #1901
1901: implement Arg::short_alias and Arg::short_aliases r=pksunkara a=connorskees
Co-authored-by: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com>
|
2020-05-11 16:03:51 +00:00 |
|