mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 19:40:09 -07:00
* modify argtable parser to parse ints with spaces * added arg_strx1 and arg_strx0 for x str arguments in one * added option to clue data in arg parser * add new argtable logic to emv commands and small fix * small fix in GPO help * small GPO fix |
||
---|---|---|
.. | ||
argtable3.c | ||
argtable3.h | ||
cliparser.c | ||
cliparser.h | ||
README.md |
Command line parser
cliparser - librari for proxmark with command line parsing high level functions.
External libraries:
argtable
Argtable3 is a single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
You can download argtable3 from this repository https://github.com/argtable/argtable3