proxmark3/client/deps/cliparser
iceman1001 0ba072118e calloc
2022-07-25 08:01:38 +02:00
..
argtable3.c typos 2021-10-10 01:35:45 +02:00
argtable3.h typos 2021-10-10 01:35:45 +02:00
cliparser.c calloc 2022-07-25 08:01:38 +02:00
cliparser.h cliparser CLIGetOptionList 2021-07-05 11:59:07 +03: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 Remove cliparser from make help 2021-05-22 22:54:31 +02:00

Command line parser

cliparser - library 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