clap/src
Andrew Shu 0d0be51606 fix(complete): Fix help completion issues
* Copy hide flag

* Revert global args special handling. Another commit will
address the issue of whether global args should be included in
help subtrees.
2022-08-26 12:57:12 -07:00
..
_cookbook docs(cookbook): Add position-sensitive example 2022-08-15 10:59:05 -05:00
_derive docs: Fix typo in markdown formatting 2022-08-16 14:55:53 +02:00
bin docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
builder fix(complete): Fix help completion issues 2022-08-26 12:57:12 -07:00
error perf(error): Allow custmizing formatting 2022-08-24 12:40:21 -05:00
output style: Fix a typo 2022-08-25 13:45:36 -05:00
parser refactor(error): Delay colorizing until the end 2022-08-24 11:00:20 -05:00
util refactor(error): Switch Vec to FlatMap 2022-08-24 11:10:41 -05:00
_faq.rs docs: Quality improvements to FAQ docs 2022-08-13 19:32:03 -04:00
_features.rs perf: Let users choose Str implementation 2022-08-22 15:47:21 -05:00
_tutorial.rs docs(tutorial): Further expand on actions 2022-08-09 16:33:02 -05:00
derive.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
lib.rs fix: Don't pollute root with str types 2022-08-23 13:12:06 -05:00
macros.rs refactor(help): Pull out a StyledStr 2022-08-23 17:05:55 -05:00
mkeymap.rs refactor(complete): Clean up help completion 2022-08-25 15:43:27 -07:00