update definitions for cliparser_todo docu
This commit is contained in:
2
Makefile
2
Makefile
@@ -251,7 +251,7 @@ print-%: ; @echo $* = $($*)
|
|||||||
|
|
||||||
cliparser:
|
cliparser:
|
||||||
# Get list of all commands
|
# Get list of all commands
|
||||||
cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | grep -v 'help\|list\|mem spiffs\|quit\|exit' | awk '{$$1=$$1};1' > cliparser_all_commands.tmp
|
cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | grep -v 'help\|list\|script run\|quit\|exit' | awk '{$$1=$$1};1' > cliparser_all_commands.tmp
|
||||||
# Get list of cliparserized commands
|
# Get list of cliparserized commands
|
||||||
grep -r CLIParserInit ./client/src/ | cut -f 2 -d "\"" | awk '{$$1=$$1};1' > cliparser_done.tmp
|
grep -r CLIParserInit ./client/src/ | cut -f 2 -d "\"" | awk '{$$1=$$1};1' > cliparser_done.tmp
|
||||||
# Determine commands that still need cliparser conversion
|
# Determine commands that still need cliparser conversion
|
||||||
|
|||||||
Reference in New Issue
Block a user