This is where the actual options and arguments are described.
For details about what can be done in this function, see the documentation for the IRAD::Util::ComLineObject.
Definition at line 88 of file Driver.H.
89 AddOption(
'h',
"help");
90 AddOption(
'd',
"debug");
91 AddOption(
'v',
"verbosity",1);
92 AddOption(
'o',
"output",2,
"filename");
94 AddHelp(
"help",
"Prints this long version of help.");
95 AddHelp(
"debug",
"Turns on debugging output.");
96 AddHelp(
"output",
"Specifies the name of the output file.");
97 AddArgument(
"inputfile",1);
98 std::ostringstream Ostr;
99 Ostr <<
"A configuration file with parameters.";
102 AddArgHelp(
"inputfile",Ostr.str());
111 Ostr <<
"Example ElmerFoamFSI program.";
112 _description.assign(Ostr.str());