V3FIT
|
Base class containing a parsed commandline. More...
Public Attributes | |
character(len=max_length) | command |
Command name of current process. | |
character(len=max_arg_length), dimension(:), pointer | arg => null() |
Array of arguments. An argument is the form of -flag. | |
character(len=path_length), dimension(:), pointer | value => null() |
Array of value corresponding to the flag. A value is everything after the '=' character. The value maybe blank indicating there was no value provided. | |
Base class containing a parsed commandline.
Definition at line 96 of file commandline_parser.f.