mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add pm3line API to hide readline, allowing easier implementation of alternatives
This commit is contained in:
parent
4e78034a6e
commit
fc13b6b20c
12 changed files with 265 additions and 227 deletions
2
Makefile
2
Makefile
|
@ -287,7 +287,7 @@ style:
|
|||
[ -x client/proxmark3 ] && client/proxmark3 --fulltext | sed 's#com[0-9]#/dev/ttyacm0#'|python3 client/pyscripts/pm3_help2json.py - doc/commands.json
|
||||
|
||||
# Update the readline autocomplete autogenerated code
|
||||
[ -x client/proxmark3 ] && client/proxmark3 --fulltext | python3 client/pyscripts/pm3_help2list.py - client/src/rl_vocabulory.h
|
||||
[ -x client/proxmark3 ] && client/proxmark3 --fulltext | python3 client/pyscripts/pm3_help2list.py - client/src/pm3line_vocabulory.h
|
||||
|
||||
|
||||
# Detecting weird codepages and tabs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue