mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
remove help commands from cliparser todo
This commit is contained in:
parent
74613c75bc
commit
7c579ab930
2 changed files with 4 additions and 62 deletions
2
Makefile
2
Makefile
|
@ -251,7 +251,7 @@ print-%: ; @echo $* = $($*)
|
|||
|
||||
cliparser:
|
||||
# Get list of all commands
|
||||
cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | awk '{$$1=$$1};1' > cliparser_all_commands.tmp
|
||||
cat doc/commands.md | grep -e ^\|\` | grep -v help | cut -f 2 -d "\`" | awk '{$$1=$$1};1' > cliparser_all_commands.tmp
|
||||
# Get list of cliparserized commands
|
||||
grep -r CLIParserInit ./client/src/ | cut -f 2 -d "\"" | awk '{$$1=$$1};1' > cliparser_done.tmp
|
||||
# Determine commands that still need cliparser conversion
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
clear
|
||||
help
|
||||
pref
|
||||
rem
|
||||
quit
|
||||
exit
|
||||
analyse help
|
||||
analyse lcr
|
||||
analyse crc
|
||||
analyse chksum
|
||||
|
@ -15,7 +13,7 @@ analyse a
|
|||
analyse nuid
|
||||
analyse demodbuff
|
||||
analyse freq
|
||||
data help
|
||||
analyse foo
|
||||
data biphaserawdecode
|
||||
data detectclock
|
||||
data fsktonrz
|
||||
|
@ -31,7 +29,6 @@ data grid
|
|||
data ltrim
|
||||
data mtrim
|
||||
data norm
|
||||
data plot
|
||||
data rtrim
|
||||
data setgraphmarkers
|
||||
data shiftgraphzero
|
||||
|
@ -47,24 +44,19 @@ data print
|
|||
data samples
|
||||
data setdebugmode
|
||||
data tune
|
||||
emv help
|
||||
emv list
|
||||
hf help
|
||||
hf list
|
||||
hf tune
|
||||
hf search
|
||||
hf sniff
|
||||
hf 14a help
|
||||
hf 14a list
|
||||
hf 14a reader
|
||||
hf 14a cuids
|
||||
hf 14a sim
|
||||
hf 14a sniff
|
||||
hf 14a config
|
||||
hf 14b help
|
||||
hf 14b list
|
||||
hf 14b sriwrite
|
||||
hf 15 help
|
||||
hf 15 list
|
||||
hf 15 dump
|
||||
hf 15 info
|
||||
|
@ -75,10 +67,8 @@ hf 15 restore
|
|||
hf 15 wrbl
|
||||
hf 15 writeafi
|
||||
hf 15 writedsfid
|
||||
hf epa help
|
||||
hf epa cnonces
|
||||
hf epa preplay
|
||||
hf felica help
|
||||
hf felica list
|
||||
hf felica reader
|
||||
hf felica sniff
|
||||
|
@ -95,13 +85,10 @@ hf felica rqspecver
|
|||
hf felica resetmode
|
||||
hf felica litesim
|
||||
hf felica litedump
|
||||
hf fido help
|
||||
hf fido list
|
||||
hf fido info
|
||||
hf iclass help
|
||||
hf iclass info
|
||||
hf iclass list
|
||||
hf legic help
|
||||
hf legic list
|
||||
hf legic reader
|
||||
hf legic info
|
||||
|
@ -114,14 +101,12 @@ hf legic crc
|
|||
hf legic eload
|
||||
hf legic esave
|
||||
hf legic wipe
|
||||
hf lto help
|
||||
hf lto dump
|
||||
hf lto restore
|
||||
hf lto info
|
||||
hf lto rdbl
|
||||
hf lto wrbl
|
||||
hf lto list
|
||||
hf mf help
|
||||
hf mf list
|
||||
hf mf darkside
|
||||
hf mf nested
|
||||
|
@ -139,7 +124,6 @@ hf mf restore
|
|||
hf mf setmod
|
||||
hf mf wrbl
|
||||
hf mf sim
|
||||
hf mf ecfill
|
||||
hf mf eclr
|
||||
hf mf egetblk
|
||||
hf mf egetsc
|
||||
|
@ -159,9 +143,7 @@ hf mf gen3uid
|
|||
hf mf gen3blk
|
||||
hf mf gen3freeze
|
||||
hf mf ice
|
||||
hf mfp help
|
||||
hf mfp info
|
||||
hf mfu help
|
||||
hf mfu info
|
||||
hf mfu dump
|
||||
hf mfu restore
|
||||
|
@ -175,26 +157,20 @@ hf mfu sim
|
|||
hf mfu gen
|
||||
hf mfu pwdgen
|
||||
hf mfu otptear
|
||||
hf mfdes help
|
||||
hf mfdes enum
|
||||
hf mfdes getuid
|
||||
hf mfdes info
|
||||
hf mfdes list
|
||||
hf st help
|
||||
hf st list
|
||||
hf thinfilm help
|
||||
hf thinfilm info
|
||||
hf thinfilm list
|
||||
hf thinfilm sim
|
||||
hf topaz help
|
||||
hf topaz list
|
||||
hf topaz info
|
||||
hf topaz reader
|
||||
hf topaz sim
|
||||
hf topaz sniff
|
||||
hf topaz raw
|
||||
hf waveshare help
|
||||
hw help
|
||||
hw connect
|
||||
hw dbg
|
||||
hw detectreader
|
||||
|
@ -211,7 +187,6 @@ hw status
|
|||
hw tia
|
||||
hw tune
|
||||
hw version
|
||||
lf help
|
||||
lf config
|
||||
lf cmdread
|
||||
lf read
|
||||
|
@ -223,21 +198,17 @@ lf simpsk
|
|||
lf simbidir
|
||||
lf sniff
|
||||
lf tune
|
||||
lf awid help
|
||||
lf awid demod
|
||||
lf awid read
|
||||
lf awid clone
|
||||
lf awid sim
|
||||
lf awid brute
|
||||
lf awid watch
|
||||
lf cotag help
|
||||
lf cotag demod
|
||||
lf cotag read
|
||||
lf destron help
|
||||
lf destron demod
|
||||
lf destron read
|
||||
lf destron sim
|
||||
lf em help
|
||||
lf em 410x_demod
|
||||
lf em 410x_read
|
||||
lf em 410x_sim
|
||||
|
@ -257,25 +228,20 @@ lf em 4x50_write
|
|||
lf em 4x50_write_password
|
||||
lf em 4x50_read
|
||||
lf em 4x50_wipe
|
||||
lf fdxb help
|
||||
lf fdxb demod
|
||||
lf fdxb read
|
||||
lf fdxb clone
|
||||
lf fdxb sim
|
||||
lf gallagher help
|
||||
lf gallagher demod
|
||||
lf gallagher read
|
||||
lf gallagher clone
|
||||
lf gallagher sim
|
||||
lf gproxii help
|
||||
lf gproxii demod
|
||||
lf gproxii read
|
||||
lf gproxii clone
|
||||
lf gproxii sim
|
||||
lf hid help
|
||||
lf hid demod
|
||||
lf hid read
|
||||
lf hitag help
|
||||
lf hitag list
|
||||
lf hitag info
|
||||
lf hitag reader
|
||||
|
@ -284,59 +250,43 @@ lf hitag sniff
|
|||
lf hitag writer
|
||||
lf hitag dump
|
||||
lf hitag cc
|
||||
lf idteck help
|
||||
lf idteck demod
|
||||
lf idteck read
|
||||
lf indala help
|
||||
lf indala demod
|
||||
lf indala altdemod
|
||||
lf indala read
|
||||
lf indala sim
|
||||
lf io help
|
||||
lf io demod
|
||||
lf io read
|
||||
lf io clone
|
||||
lf io sim
|
||||
lf io watch
|
||||
lf jablotron help
|
||||
lf jablotron demod
|
||||
lf jablotron read
|
||||
lf jablotron clone
|
||||
lf jablotron sim
|
||||
lf keri help
|
||||
lf keri demod
|
||||
lf motorola help
|
||||
lf keri read
|
||||
lf motorola demod
|
||||
lf motorola read
|
||||
lf motorola sim
|
||||
lf nedap help
|
||||
lf nedap demod
|
||||
lf nedap generate
|
||||
lf nedap read
|
||||
lf nedap clone
|
||||
lf nedap sim
|
||||
lf nexwatch help
|
||||
lf nexwatch demod
|
||||
lf noralsy help
|
||||
lf noralsy demod
|
||||
lf pac help
|
||||
lf pac demod
|
||||
lf paradox help
|
||||
lf paradox demod
|
||||
lf pcf7931 help
|
||||
lf pcf7931 read
|
||||
lf pcf7931 write
|
||||
lf pcf7931 config
|
||||
lf presco help
|
||||
lf presco demod
|
||||
lf pyramid help
|
||||
lf pyramid demod
|
||||
lf securakey help
|
||||
lf securakey demod
|
||||
lf ti help
|
||||
lf ti demod
|
||||
lf ti write
|
||||
lf t55xx help
|
||||
lf t55xx clonehelp
|
||||
lf t55xx config
|
||||
lf t55xx dangerraw
|
||||
lf t55xx detect
|
||||
|
@ -357,13 +307,9 @@ lf t55xx recoverpw
|
|||
lf t55xx sniff
|
||||
lf t55xx special
|
||||
lf t55xx wipe
|
||||
lf viking help
|
||||
lf viking demod
|
||||
lf visa2000 help
|
||||
lf visa2000 demod
|
||||
mem help
|
||||
mem spiffs
|
||||
smart help
|
||||
smart list
|
||||
smart info
|
||||
smart reader
|
||||
|
@ -371,11 +317,8 @@ smart raw
|
|||
smart upgrade
|
||||
smart setclock
|
||||
smart brute
|
||||
script help
|
||||
script list
|
||||
script run
|
||||
trace help
|
||||
usart help
|
||||
usart btpin
|
||||
usart btfactory
|
||||
usart tx
|
||||
|
@ -384,5 +327,4 @@ usart txrx
|
|||
usart txhex
|
||||
usart rxhex
|
||||
usart config
|
||||
wiegand help
|
||||
wiegand list
|
||||
|
|
Loading…
Reference in a new issue