file
CommandLine.hCommand line argument parsing support.
Namespaces
- namespace slang
- Root namespace.
Classes
- class slang::CommandLine
- Command line argument parser.
- struct slang::CommandLine::ParseOptions
- Contains various options to control parsing of command flags.
Enums
- enum class CommandLineFlags { None = 0, FilePath = 1, CommaList = 2 }
- Specifies flags that can apply to command line options.