mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-30 14:03:28 +03:00
091508459e
"Common options" was intended as "all except internal", but it could be interpreted as "global options" for a parser with commands. Remove the possible confusion by using "Available options" instead, which is also consistent with the label used for commands.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
hello - a test for optparse-applicative
|
|
|
|
Usage: hello --hello TARGET [--quiet]
|
|
Print a greeting for TARGET
|
|
|
|
Available options:
|
|
--hello TARGET Target for the greeting
|
|
--quiet Whether to be quiet
|
|
-h,--help Show this help text
|