mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-27 01:56:47 +03:00
68bae8de5c
Gives better rendering for optional alternatives
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
Usage: nested_optional (-a|--a A) [--b0 B0 [--b1 B1]]
|
|
|
|
Available options:
|
|
-a,--a A value a
|
|
--b0 B0 value b0
|
|
--b1 B1 value b1
|
|
-h,--help Show this help text
|