JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Member Functions
joda::cli::CLICompletion Class Reference

#include <CLICompletion.h>

Static Public Member Functions

static char ** completer (const char *text, int start, int end)
 
static void setCli_commands (const std::vector< std::string > &cli_commands)
 

Member Function Documentation

◆ completer()

char ** joda::cli::CLICompletion::completer ( const char *  text,
int  start,
int  end 
)
static

Provides command completion to the CLI

Parameters
textBuffer of the current line
startstart position in the buffer
endend position of the buffer
Returns
List of possible completions
Here is the caller graph for this function:

◆ setCli_commands()

void joda::cli::CLICompletion::setCli_commands ( const std::vector< std::string > &  cli_commands)
static
Here is the caller graph for this function:

The documentation for this class was generated from the following files: