https://mooseframework.inl.gov
Public Attributes | List of all members
CommandLine::CommandLineParam Struct Reference

Stores information pertaining to a command line InputParameter. More...

#include <CommandLine.h>

Public Attributes

std::string description
 The description (doc string) for the parameter. More...
 
InputParameters::CommandLineMetadata metadata
 The command line metadata for the parameter. More...
 

Detailed Description

Stores information pertaining to a command line InputParameter.

Definition at line 59 of file CommandLine.h.

Member Data Documentation

◆ description

std::string CommandLine::CommandLineParam::description

The description (doc string) for the parameter.

Definition at line 62 of file CommandLine.h.

Referenced by CommandLine::setCommandLineParam().

◆ metadata

InputParameters::CommandLineMetadata CommandLine::CommandLineParam::metadata

The command line metadata for the parameter.

Definition at line 64 of file CommandLine.h.

Referenced by CommandLine::setCommandLineParam().


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