Added help command and function'ized the arugmentIsolator.
This commit is contained in:
parent
30c45e948f
commit
267b99dedb
2 changed files with 44 additions and 15 deletions
|
|
@ -69,6 +69,7 @@ uint8_t CLIDictionariesUsed;
|
|||
void init_cli();
|
||||
void process_cli();
|
||||
void registerDictionary_cli( CLIDictItem *cmdDict );
|
||||
void argumentIsolation_cli( char* string, char** first, char** second );
|
||||
|
||||
void commandLookup_cli();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue