This commit is contained in:
iceman1001 2020-11-29 14:18:33 +01:00
commit e5be7f6eed
2 changed files with 1 additions and 20 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 | awk '{$$1=$$1};1' > cliparser_all_commands.tmp cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | grep -v 'help\|list' | 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

@ -45,20 +45,15 @@ data print
data samples data samples
data setdebugmode data setdebugmode
data tune data tune
emv list
hf list
hf tune hf tune
hf search hf search
hf sniff hf sniff
hf 14a list
hf 14a reader hf 14a reader
hf 14a cuids hf 14a cuids
hf 14a sim hf 14a sim
hf 14a sniff hf 14a sniff
hf 14a config hf 14a config
hf 14b list
hf 14b sriwrite hf 14b sriwrite
hf 15 list
hf 15 dump hf 15 dump
hf 15 info hf 15 info
hf 15 raw hf 15 raw
@ -70,7 +65,6 @@ hf 15 writeafi
hf 15 writedsfid hf 15 writedsfid
hf epa cnonces hf epa cnonces
hf epa preplay hf epa preplay
hf felica list
hf felica reader hf felica reader
hf felica sniff hf felica sniff
hf felica raw hf felica raw
@ -86,12 +80,9 @@ hf felica rqspecver
hf felica resetmode hf felica resetmode
hf felica litesim hf felica litesim
hf felica litedump hf felica litedump
hf fido list
hf fido info hf fido info
hf iclass info hf iclass info
hf iclass list
hf iclass permutekey hf iclass permutekey
hf legic list
hf legic reader hf legic reader
hf legic info hf legic info
hf legic dump hf legic dump
@ -103,8 +94,6 @@ hf legic crc
hf legic eload hf legic eload
hf legic esave hf legic esave
hf legic wipe hf legic wipe
hf lto list
hf mf list
hf mf darkside hf mf darkside
hf mf nested hf mf nested
hf mf hardnested hf mf hardnested
@ -157,12 +146,8 @@ hf mfu otptear
hf mfdes enum hf mfdes enum
hf mfdes getuid hf mfdes getuid
hf mfdes info hf mfdes info
hf mfdes list
hf st list
hf thinfilm info hf thinfilm info
hf thinfilm list
hf thinfilm sim hf thinfilm sim
hf topaz list
hf topaz info hf topaz info
hf topaz reader hf topaz reader
hf topaz sim hf topaz sim
@ -230,7 +215,6 @@ lf fdxb read
lf fdxb clone lf fdxb clone
lf fdxb sim lf fdxb sim
lf hid read lf hid read
lf hitag list
lf hitag info lf hitag info
lf hitag reader lf hitag reader
lf hitag sim lf hitag sim
@ -273,14 +257,12 @@ lf t55xx sniff
lf t55xx special lf t55xx special
lf t55xx wipe lf t55xx wipe
mem spiffs mem spiffs
smart list
smart info smart info
smart reader smart reader
smart raw smart raw
smart upgrade smart upgrade
smart setclock smart setclock
smart brute smart brute
script list
script run script run
usart btpin usart btpin
usart btfactory usart btfactory
@ -290,4 +272,3 @@ usart txrx
usart txhex usart txhex
usart rxhex usart rxhex
usart config usart config
wiegand list