mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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:
|
cliparser:
|
||||||
# Get list of all commands
|
# 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
|
# 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
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
clear
|
clear
|
||||||
help
|
|
||||||
pref
|
pref
|
||||||
rem
|
rem
|
||||||
quit
|
quit
|
||||||
exit
|
exit
|
||||||
analyse help
|
|
||||||
analyse lcr
|
analyse lcr
|
||||||
analyse crc
|
analyse crc
|
||||||
analyse chksum
|
analyse chksum
|
||||||
|
@ -15,7 +13,7 @@ analyse a
|
||||||
analyse nuid
|
analyse nuid
|
||||||
analyse demodbuff
|
analyse demodbuff
|
||||||
analyse freq
|
analyse freq
|
||||||
data help
|
analyse foo
|
||||||
data biphaserawdecode
|
data biphaserawdecode
|
||||||
data detectclock
|
data detectclock
|
||||||
data fsktonrz
|
data fsktonrz
|
||||||
|
@ -31,7 +29,6 @@ data grid
|
||||||
data ltrim
|
data ltrim
|
||||||
data mtrim
|
data mtrim
|
||||||
data norm
|
data norm
|
||||||
data plot
|
|
||||||
data rtrim
|
data rtrim
|
||||||
data setgraphmarkers
|
data setgraphmarkers
|
||||||
data shiftgraphzero
|
data shiftgraphzero
|
||||||
|
@ -47,24 +44,19 @@ data print
|
||||||
data samples
|
data samples
|
||||||
data setdebugmode
|
data setdebugmode
|
||||||
data tune
|
data tune
|
||||||
emv help
|
|
||||||
emv list
|
emv list
|
||||||
hf help
|
|
||||||
hf list
|
hf list
|
||||||
hf tune
|
hf tune
|
||||||
hf search
|
hf search
|
||||||
hf sniff
|
hf sniff
|
||||||
hf 14a help
|
|
||||||
hf 14a list
|
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 help
|
|
||||||
hf 14b list
|
hf 14b list
|
||||||
hf 14b sriwrite
|
hf 14b sriwrite
|
||||||
hf 15 help
|
|
||||||
hf 15 list
|
hf 15 list
|
||||||
hf 15 dump
|
hf 15 dump
|
||||||
hf 15 info
|
hf 15 info
|
||||||
|
@ -75,10 +67,8 @@ hf 15 restore
|
||||||
hf 15 wrbl
|
hf 15 wrbl
|
||||||
hf 15 writeafi
|
hf 15 writeafi
|
||||||
hf 15 writedsfid
|
hf 15 writedsfid
|
||||||
hf epa help
|
|
||||||
hf epa cnonces
|
hf epa cnonces
|
||||||
hf epa preplay
|
hf epa preplay
|
||||||
hf felica help
|
|
||||||
hf felica list
|
hf felica list
|
||||||
hf felica reader
|
hf felica reader
|
||||||
hf felica sniff
|
hf felica sniff
|
||||||
|
@ -95,13 +85,10 @@ hf felica rqspecver
|
||||||
hf felica resetmode
|
hf felica resetmode
|
||||||
hf felica litesim
|
hf felica litesim
|
||||||
hf felica litedump
|
hf felica litedump
|
||||||
hf fido help
|
|
||||||
hf fido list
|
hf fido list
|
||||||
hf fido info
|
hf fido info
|
||||||
hf iclass help
|
|
||||||
hf iclass info
|
hf iclass info
|
||||||
hf iclass list
|
hf iclass list
|
||||||
hf legic help
|
|
||||||
hf legic list
|
hf legic list
|
||||||
hf legic reader
|
hf legic reader
|
||||||
hf legic info
|
hf legic info
|
||||||
|
@ -114,14 +101,12 @@ hf legic crc
|
||||||
hf legic eload
|
hf legic eload
|
||||||
hf legic esave
|
hf legic esave
|
||||||
hf legic wipe
|
hf legic wipe
|
||||||
hf lto help
|
|
||||||
hf lto dump
|
hf lto dump
|
||||||
hf lto restore
|
hf lto restore
|
||||||
hf lto info
|
hf lto info
|
||||||
hf lto rdbl
|
hf lto rdbl
|
||||||
hf lto wrbl
|
hf lto wrbl
|
||||||
hf lto list
|
hf lto list
|
||||||
hf mf help
|
|
||||||
hf mf list
|
hf mf list
|
||||||
hf mf darkside
|
hf mf darkside
|
||||||
hf mf nested
|
hf mf nested
|
||||||
|
@ -139,7 +124,6 @@ hf mf restore
|
||||||
hf mf setmod
|
hf mf setmod
|
||||||
hf mf wrbl
|
hf mf wrbl
|
||||||
hf mf sim
|
hf mf sim
|
||||||
hf mf ecfill
|
|
||||||
hf mf eclr
|
hf mf eclr
|
||||||
hf mf egetblk
|
hf mf egetblk
|
||||||
hf mf egetsc
|
hf mf egetsc
|
||||||
|
@ -159,9 +143,7 @@ hf mf gen3uid
|
||||||
hf mf gen3blk
|
hf mf gen3blk
|
||||||
hf mf gen3freeze
|
hf mf gen3freeze
|
||||||
hf mf ice
|
hf mf ice
|
||||||
hf mfp help
|
|
||||||
hf mfp info
|
hf mfp info
|
||||||
hf mfu help
|
|
||||||
hf mfu info
|
hf mfu info
|
||||||
hf mfu dump
|
hf mfu dump
|
||||||
hf mfu restore
|
hf mfu restore
|
||||||
|
@ -175,26 +157,20 @@ hf mfu sim
|
||||||
hf mfu gen
|
hf mfu gen
|
||||||
hf mfu pwdgen
|
hf mfu pwdgen
|
||||||
hf mfu otptear
|
hf mfu otptear
|
||||||
hf mfdes help
|
|
||||||
hf mfdes enum
|
hf mfdes enum
|
||||||
hf mfdes getuid
|
hf mfdes getuid
|
||||||
hf mfdes info
|
hf mfdes info
|
||||||
hf mfdes list
|
hf mfdes list
|
||||||
hf st help
|
|
||||||
hf st list
|
hf st list
|
||||||
hf thinfilm help
|
|
||||||
hf thinfilm info
|
hf thinfilm info
|
||||||
hf thinfilm list
|
hf thinfilm list
|
||||||
hf thinfilm sim
|
hf thinfilm sim
|
||||||
hf topaz help
|
|
||||||
hf topaz list
|
hf topaz list
|
||||||
hf topaz info
|
hf topaz info
|
||||||
hf topaz reader
|
hf topaz reader
|
||||||
hf topaz sim
|
hf topaz sim
|
||||||
hf topaz sniff
|
hf topaz sniff
|
||||||
hf topaz raw
|
hf topaz raw
|
||||||
hf waveshare help
|
|
||||||
hw help
|
|
||||||
hw connect
|
hw connect
|
||||||
hw dbg
|
hw dbg
|
||||||
hw detectreader
|
hw detectreader
|
||||||
|
@ -211,7 +187,6 @@ hw status
|
||||||
hw tia
|
hw tia
|
||||||
hw tune
|
hw tune
|
||||||
hw version
|
hw version
|
||||||
lf help
|
|
||||||
lf config
|
lf config
|
||||||
lf cmdread
|
lf cmdread
|
||||||
lf read
|
lf read
|
||||||
|
@ -223,21 +198,17 @@ lf simpsk
|
||||||
lf simbidir
|
lf simbidir
|
||||||
lf sniff
|
lf sniff
|
||||||
lf tune
|
lf tune
|
||||||
lf awid help
|
|
||||||
lf awid demod
|
lf awid demod
|
||||||
lf awid read
|
lf awid read
|
||||||
lf awid clone
|
lf awid clone
|
||||||
lf awid sim
|
lf awid sim
|
||||||
lf awid brute
|
lf awid brute
|
||||||
lf awid watch
|
lf awid watch
|
||||||
lf cotag help
|
|
||||||
lf cotag demod
|
lf cotag demod
|
||||||
lf cotag read
|
lf cotag read
|
||||||
lf destron help
|
|
||||||
lf destron demod
|
lf destron demod
|
||||||
lf destron read
|
lf destron read
|
||||||
lf destron sim
|
lf destron sim
|
||||||
lf em help
|
|
||||||
lf em 410x_demod
|
lf em 410x_demod
|
||||||
lf em 410x_read
|
lf em 410x_read
|
||||||
lf em 410x_sim
|
lf em 410x_sim
|
||||||
|
@ -257,25 +228,20 @@ lf em 4x50_write
|
||||||
lf em 4x50_write_password
|
lf em 4x50_write_password
|
||||||
lf em 4x50_read
|
lf em 4x50_read
|
||||||
lf em 4x50_wipe
|
lf em 4x50_wipe
|
||||||
lf fdxb help
|
|
||||||
lf fdxb demod
|
lf fdxb demod
|
||||||
lf fdxb read
|
lf fdxb read
|
||||||
lf fdxb clone
|
lf fdxb clone
|
||||||
lf fdxb sim
|
lf fdxb sim
|
||||||
lf gallagher help
|
|
||||||
lf gallagher demod
|
lf gallagher demod
|
||||||
lf gallagher read
|
lf gallagher read
|
||||||
lf gallagher clone
|
lf gallagher clone
|
||||||
lf gallagher sim
|
lf gallagher sim
|
||||||
lf gproxii help
|
|
||||||
lf gproxii demod
|
lf gproxii demod
|
||||||
lf gproxii read
|
lf gproxii read
|
||||||
lf gproxii clone
|
lf gproxii clone
|
||||||
lf gproxii sim
|
lf gproxii sim
|
||||||
lf hid help
|
|
||||||
lf hid demod
|
lf hid demod
|
||||||
lf hid read
|
lf hid read
|
||||||
lf hitag help
|
|
||||||
lf hitag list
|
lf hitag list
|
||||||
lf hitag info
|
lf hitag info
|
||||||
lf hitag reader
|
lf hitag reader
|
||||||
|
@ -284,59 +250,43 @@ lf hitag sniff
|
||||||
lf hitag writer
|
lf hitag writer
|
||||||
lf hitag dump
|
lf hitag dump
|
||||||
lf hitag cc
|
lf hitag cc
|
||||||
lf idteck help
|
|
||||||
lf idteck demod
|
lf idteck demod
|
||||||
lf idteck read
|
lf idteck read
|
||||||
lf indala help
|
|
||||||
lf indala demod
|
lf indala demod
|
||||||
lf indala altdemod
|
lf indala altdemod
|
||||||
lf indala read
|
lf indala read
|
||||||
lf indala sim
|
lf indala sim
|
||||||
lf io help
|
|
||||||
lf io demod
|
lf io demod
|
||||||
lf io read
|
lf io read
|
||||||
lf io clone
|
lf io clone
|
||||||
lf io sim
|
lf io sim
|
||||||
lf io watch
|
lf io watch
|
||||||
lf jablotron help
|
|
||||||
lf jablotron demod
|
lf jablotron demod
|
||||||
lf jablotron read
|
lf jablotron read
|
||||||
lf jablotron clone
|
lf jablotron clone
|
||||||
lf jablotron sim
|
lf jablotron sim
|
||||||
lf keri help
|
|
||||||
lf keri demod
|
lf keri demod
|
||||||
lf motorola help
|
lf keri read
|
||||||
lf motorola demod
|
lf motorola demod
|
||||||
|
lf motorola read
|
||||||
lf motorola sim
|
lf motorola sim
|
||||||
lf nedap help
|
|
||||||
lf nedap demod
|
lf nedap demod
|
||||||
lf nedap generate
|
lf nedap generate
|
||||||
lf nedap read
|
lf nedap read
|
||||||
lf nedap clone
|
lf nedap clone
|
||||||
lf nedap sim
|
lf nedap sim
|
||||||
lf nexwatch help
|
|
||||||
lf nexwatch demod
|
lf nexwatch demod
|
||||||
lf noralsy help
|
|
||||||
lf noralsy demod
|
lf noralsy demod
|
||||||
lf pac help
|
|
||||||
lf pac demod
|
lf pac demod
|
||||||
lf paradox help
|
|
||||||
lf paradox demod
|
lf paradox demod
|
||||||
lf pcf7931 help
|
|
||||||
lf pcf7931 read
|
lf pcf7931 read
|
||||||
lf pcf7931 write
|
lf pcf7931 write
|
||||||
lf pcf7931 config
|
lf pcf7931 config
|
||||||
lf presco help
|
|
||||||
lf presco demod
|
lf presco demod
|
||||||
lf pyramid help
|
|
||||||
lf pyramid demod
|
lf pyramid demod
|
||||||
lf securakey help
|
|
||||||
lf securakey demod
|
lf securakey demod
|
||||||
lf ti help
|
|
||||||
lf ti demod
|
lf ti demod
|
||||||
lf ti write
|
lf ti write
|
||||||
lf t55xx help
|
|
||||||
lf t55xx clonehelp
|
|
||||||
lf t55xx config
|
lf t55xx config
|
||||||
lf t55xx dangerraw
|
lf t55xx dangerraw
|
||||||
lf t55xx detect
|
lf t55xx detect
|
||||||
|
@ -357,13 +307,9 @@ lf t55xx recoverpw
|
||||||
lf t55xx sniff
|
lf t55xx sniff
|
||||||
lf t55xx special
|
lf t55xx special
|
||||||
lf t55xx wipe
|
lf t55xx wipe
|
||||||
lf viking help
|
|
||||||
lf viking demod
|
lf viking demod
|
||||||
lf visa2000 help
|
|
||||||
lf visa2000 demod
|
lf visa2000 demod
|
||||||
mem help
|
|
||||||
mem spiffs
|
mem spiffs
|
||||||
smart help
|
|
||||||
smart list
|
smart list
|
||||||
smart info
|
smart info
|
||||||
smart reader
|
smart reader
|
||||||
|
@ -371,11 +317,8 @@ smart raw
|
||||||
smart upgrade
|
smart upgrade
|
||||||
smart setclock
|
smart setclock
|
||||||
smart brute
|
smart brute
|
||||||
script help
|
|
||||||
script list
|
script list
|
||||||
script run
|
script run
|
||||||
trace help
|
|
||||||
usart help
|
|
||||||
usart btpin
|
usart btpin
|
||||||
usart btfactory
|
usart btfactory
|
||||||
usart tx
|
usart tx
|
||||||
|
@ -384,5 +327,4 @@ usart txrx
|
||||||
usart txhex
|
usart txhex
|
||||||
usart rxhex
|
usart rxhex
|
||||||
usart config
|
usart config
|
||||||
wiegand help
|
|
||||||
wiegand list
|
wiegand list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue