#include <CLICompletion.h>
|
static char ** | completer (const char *text, int start, int end) |
|
static void | setCli_commands (const std::vector< std::string > &cli_commands) |
|
◆ completer()
char ** joda::cli::CLICompletion::completer |
( |
const char * |
text, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
static |
Provides command completion to the CLI
- Parameters
-
text | Buffer of the current line |
start | start position in the buffer |
end | end position of the buffer |
- Returns
- List of possible completions
◆ setCli_commands()
void joda::cli::CLICompletion::setCli_commands |
( |
const std::vector< std::string > & |
cli_commands | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/cli/src/CLICompletion.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/cli/src/CLICompletion.cpp