proxmark3/client/deps/cliparser
2021-01-23 19:08:45 +01:00
..
argtable3.c added warning prefix 2021-01-23 19:08:45 +01:00
argtable3.h style 2020-10-06 18:00:00 +02:00
cliparser.c added some supprt fct for cliparser, to take a hex byte param and fall back to a default value, or specify how many bytes the param must be 2021-01-11 23:29:49 +01:00
cliparser.h added some supprt fct for cliparser, to take a hex byte param and fall back to a default value, or specify how many bytes the param must be 2021-01-11 23:29:49 +01:00
getopt.h Reorder client src directories 2020-04-16 10:53:24 +02:00
Makefile Add ISOC99 to cliparser for %zu 2020-10-21 09:59:29 +02:00
README.md Reorder client src directories 2020-04-16 10:53:24 +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