1 #ifndef OOKII_PARSING_MODE_H_
4 #define OOKII_PARSING_MODE_H_
Namespace containing the core Ookii.CommandLine.Cpp types.
Definition: command_line_argument.h:16
parsing_mode
Indicates what argument parsing rules should be used to interpret the command line.
Definition: parsing_mode.h:14
@ default_mode
Use the normal Ookii.CommandLine parsing rules.
@ long_short
Use POSIX-like rules where arguments have separate long and short names.