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

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