Base class containing a parsed bmw_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 bmw_commandline.
Definition at line 89 of file bmw_commandline_parser.f.
1.8.17