Enum EArgumentFlags#
Defined in File cmdlnparser.h
Enum Documentation#
-
enum class EArgumentFlags : uint32_t#
Command line argument type bitmask values.
Values:
-
enumerator default_argument#
The argument is the default argument on the command line.
-
enumerator option_argument#
The argument is a command line option.
-
enumerator sub_option_argument#
The argument is a command line sub-option.
-
enumerator bool_option#
When set, the argument type variable is a bool (no value assignment).
-
enumerator flag_option#
When set, the argument type is a flag and the variable is a bool.
-
enumerator case_sensitive#
When set, the argument name is treated as case-sensitive name.
-
enumerator default_argument#