proxmark3/client/deps/cliparser/README.md

14 lines
419 B
Markdown
Raw Normal View History

# Command line parser
2021-05-23 04:54:31 +08:00
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](https://github.com/argtable/argtable3/blob/master/LICENSE)