Added help command and function'ized the arugmentIsolator.

This commit is contained in:
Jacob Alexander 2014-01-22 01:58:34 -08:00
parent 30c45e948f
commit 267b99dedb
2 changed files with 44 additions and 15 deletions

View file

@ -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();