www.mooseframework.org
Public Attributes | List of all members
CommandLine::Option Struct Reference

#include <CommandLine.h>

Public Attributes

std::string description
 
std::vector< std::string > cli_syntax
 
bool required
 
ArgumentType argument_type
 
std::vector< std::string > cli_switch
 This gets filled in automagicaly when calling addOption() More...
 

Detailed Description

Definition at line 38 of file CommandLine.h.

Member Data Documentation

◆ argument_type

ArgumentType CommandLine::Option::argument_type

Definition at line 43 of file CommandLine.h.

Referenced by CommandLine::addCommandLineOptionsFromParams().

◆ cli_switch

std::vector<std::string> CommandLine::Option::cli_switch

This gets filled in automagicaly when calling addOption()

Definition at line 45 of file CommandLine.h.

Referenced by CommandLine::addOption().

◆ cli_syntax

std::vector<std::string> CommandLine::Option::cli_syntax

◆ description

std::string CommandLine::Option::description

Definition at line 40 of file CommandLine.h.

Referenced by CommandLine::addCommandLineOptionsFromParams().

◆ required

bool CommandLine::Option::required

Definition at line 42 of file CommandLine.h.

Referenced by CommandLine::addCommandLineOptionsFromParams().


The documentation for this struct was generated from the following file: