Open
Description
Suggesting couple of improvements for help layout
-
In case the option has many suggestions, the first column in layout becomes wide and layout is not very readable. Consider some shortcuts for these case, example,
Actual:--my-option <has|a|very|long|list|of|suggestions|which|does|not|fit|my|screen|with|description>
Suggested:--my-option <has|a|very...>
or--my-option <val>
+ list all possible values in descriptions etc. -
Consider better representation when option default value is set to empty string.
Actual:[default: ]
which is confusing as might be read as no default value.
Suggested[default:<empty>]
or similar