proxmark3/client/deps/cliparser
Philippe Teuwen 3c9a19d4c1 Revert "update argtable3"
It was an attempt to solve the mysterious reveng getopt bug
but it brings more troubles and throws away multi-platform pm3 tuning

This reverts commit f3790a89a5.
2020-05-07 01:00:40 +02:00
..
argtable3.c Revert "update argtable3" 2020-05-07 01:00:40 +02:00
argtable3.h Revert "update argtable3" 2020-05-07 01:00:40 +02:00
cliparser.c stricter warnings, wip 2020-05-03 01:13:28 +02:00
cliparser.h Reorder client src directories 2020-04-16 10:53:24 +02:00
getopt.h Reorder client src directories 2020-04-16 10:53:24 +02:00
Makefile Revert "update argtable3" 2020-05-07 01:00:40 +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