mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-22 22:18:13 +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.
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
Usage: cabal configure [--enable-tests] [-f|--flags FLAGS]
|
|
Prepare to build the package
|
|
|
|
Available options:
|
|
--enable-tests Enable compilation of test suites
|
|
-f,--flags FLAGS Enable the given flag
|
|
-h,--help Show this help text
|