mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00

Given that it's quite a common switch and extremely unlikely to be already in use for something else, we can just consider it to be the same as having entered `-h` as an arg. This adds the `?` as a valid option character name. Fixes #1547
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
USAGE:
|
|
myapp [OPTIONS] <COMMAND>
|
|
|
|
OPTIONS:
|
|
-h, --help Prints help information
|
|
|
|
COMMANDS:
|
|
dog <AGE> The dog command
|
|
horse The horse command
|
|
giraffe <LENGTH> The giraffe command |