We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
See: Program Argument Syntax Convention
This should be allowed for bool and enum options.
bool
enum
-abc is the same as specifying -a -b -c
-abc
-a -b -c
Assuming a, b, c are of type bool this will set them all to true.
a, b, c
Relates to #42 and #43
The text was updated successfully, but these errors were encountered:
d33e00d
Matthiee
No branches or pull requests
Option clustering/grouping
See: Program Argument Syntax Convention
This should be allowed for
bool
andenum
options.-abc
is the same as specifying-a -b -c
Assuming
a, b, c
are of typebool
this will set them all to true.Whitespaces not required as sperator
Relates to #42 and #43
The text was updated successfully, but these errors were encountered: