Ookii.CommandLine for C++  2.0.0
parsing_mode.h
Go to the documentation of this file.
1 #ifndef OOKII_PARSING_MODE_H_
4 #define OOKII_PARSING_MODE_H_
5 
6 #pragma once
7 
8 namespace ookii
9 {
13  enum class parsing_mode
14  {
18  long_short,
19  };
20 }
21 
22 #endif
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.