proxmark3/client/cliparser
Oleg Moiseenko 11146fc1e1 modify argtable parser to parse ints with spaces (#683)
* 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
2018-10-01 20:12:14 +02:00
..
argtable3.c implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00
argtable3.h implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00
cliparser.c modify argtable parser to parse ints with spaces (#683) 2018-10-01 20:12:14 +02:00
cliparser.h modify argtable parser to parse ints with spaces (#683) 2018-10-01 20:12:14 +02:00
README.md implement argtable in hf 14a apdu (#490) 2018-09-06 07:48:54 +02:00

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

argtable3 license