struct cli_csap_prompt
Overview
CLI prompt information More…
#include <tad_cli_impl.h> struct cli_csap_prompt { // fields char val[PROMPT_VAL_MAX]; int len; enum exp_type type; };
Detailed Documentation
CLI prompt information
Fields
char val[PROMPT_VAL_MAX]
Prompt value
int len
Prompt value length
enum exp_type type
Prompt type (fixed string, regexp, etc.)