#include <cmdline.h>
Inheritance diagram for BootCmd:


Public Methods | |
| virtual char * | getName () |
| the name of the command that will be compared with user input. | |
| virtual char * | getBrief () |
| a brief description of the command (1 line). | |
| virtual char * | getDescr () |
| a long help about the command. | |
| virtual int | exec (int argc, char *argv[]) |
| execute the command with the some arguments. | |
Definition at line 116 of file cmdline.h.
1.2.15