#include <FunctionCommand.h>
|
using | Entry = int(*)(int argc, const char *const *argv) |
|
Definition at line 25 of file FunctionCommand.h.
◆ Entry
◆ FunctionCommand()
cli::FunctionCommand::FunctionCommand |
( |
const Entry & |
entry | ) |
|
|
inline |
Definition at line 32 of file FunctionCommand.h.
33 {
34
35 }
int entry(const int argc, char **argv)
◆ run()
int cli::FunctionCommand::run |
( |
int |
argc, |
|
|
const char *const * |
argv |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: