UEFIStarter
a simple UEFI framework
|
model for one command line argument More...
#include <cmdline.h>
Data Fields | |
cmdline_value_t | value |
the parsed value | |
argument_type | type |
the argument's type | |
validate_argument_f * | validator_func |
the validator function, may be NULL | |
CHAR16 * | name |
the argument's name | |
CHAR16 * | helptext |
a user-friendly help text | |
model for one command line argument