This commit is contained in:
iceman1001 2020-11-30 13:48:35 +01:00
commit 27a477d07a
3 changed files with 2 additions and 8 deletions

View file

@ -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' | awk '{$$1=$$1};1' > cliparser_all_commands.tmp 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
# 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

View file

@ -1,8 +1,6 @@
clear clear
pref pref
rem rem
quit
exit
analyse lcr analyse lcr
analyse crc analyse crc
analyse chksum analyse chksum
@ -180,9 +178,6 @@ lf simpsk
lf simbidir lf simbidir
lf sniff lf sniff
lf tune lf tune
lf destron demod
lf destron read
lf destron sim
lf em 410x_demod lf em 410x_demod
lf em 410x_read lf em 410x_read
lf em 410x_sim lf em 410x_sim
@ -248,7 +243,6 @@ lf t55xx recoverpw
lf t55xx sniff lf t55xx sniff
lf t55xx special lf t55xx special
lf t55xx wipe lf t55xx wipe
mem spiffs
smart info smart info
smart reader smart reader
smart raw smart raw

View file

@ -565,7 +565,7 @@ Check column "offline" for their availability.
|------- |------- |----------- |------- |------- |-----------
|`lf destron help `|Y |`This help` |`lf destron help `|Y |`This help`
|`lf destron demod `|Y |`Demodulate an Destron tag from the GraphBuffer` |`lf destron demod `|Y |`Demodulate an Destron tag from the GraphBuffer`
|`lf destron read `|N |`Attempt to read and extract tag data from the antenna` |`lf destron reader `|N |`Attempt to read and extract tag data from the antenna`
|`lf destron clone `|N |`Clone Destron tag to T55x7` |`lf destron clone `|N |`Clone Destron tag to T55x7`
|`lf destron sim `|N |`Simulate Destron tag` |`lf destron sim `|N |`Simulate Destron tag`