A command-line command.
More...
#include <command.h>
|
| const char * | name |
| | Name of the command. More...
|
| |
| int(* | exec )(int argc, char **argv) |
| | Function implementing the command. More...
|
| |
A command-line command.
Definition at line 9 of file command.h.
◆ name
| const char* command::name |
◆ exec
| int( * command::exec) (int argc, char **argv) |
Function implementing the command.
- Parameters
-
| argc | Argument count |
| argv | Argument list |
- Return values
-
Definition at line 19 of file command.h.
The documentation for this struct was generated from the following file: