Format help option value as it's own column #1251
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
S-wont-fix
Status: Closed as there is no plan to fix this
Rust Version
1.25
Affected Version of clap
2.31.2
Expected Behavior Summary
Ability to align option values into their own column, similar to how the help text is aligned.
Actual Behavior Summary
I guess I could have
-h
just show the short options with anafterhelp
note to use--help
for long options. I have no idea if the alignment is better UX improving readability or not, just something I noticed when I introduced long options it became less obvious which options took values at a glance. I take it I'd have a similar but less pronounced issue if I alter the layout to-short <val> --long
too.In an issue on this repo, you mentioned you were working on a CLI UX mdbook, did you finish and release that anywhere?
The text was updated successfully, but these errors were encountered: