#include <cmdline.h>
Inheritance diagram for ExtBreakCmd:
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 225 of file cmdline.h.