RRG-Proxmark3/client/deps/cliparser
mwalker33 bb59250eca Cliparser fix
Fix CLIGetStrwithRetrun
Allows casting and requires the buffer length to be passed in.
Existing uses of the function have been updated.
2020-10-17 00:27:14 +02:00
..
argtable3.c style 2020-10-06 18:00:00 +02:00
argtable3.h style 2020-10-06 18:00:00 +02:00
cliparser.c style 2020-10-06 18:00:00 +02:00
cliparser.h Cliparser fix 2020-10-17 00:27:14 +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