-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
A-docsArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...A-helpArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing
Description
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
This default help message, produced by clap
version 2.25.1, seems to
me to imply that -h
and --help
do the same thing, when they don't
necessarily. For Arg
s defined with both help
and long_help
,
--help
may provide much more information than -h
, but as far as I
can tell there is nothing to make the end-user aware of this, which
seems problematic to me.
jonhoo, amanjeev, frol, dimo414, martinvonz and 3 more
Metadata
Metadata
Assignees
Labels
A-docsArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...A-helpArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing