Merge pull request #969 from pwpiwi/gcc10_fixes
[legacy-proxmark3.git] / client / cliparser / README.md
blob2b321946f929bfb4724fe10599ff8a96678264cd
1 # Command line parser
3 cliparser - librari for proxmark with command line parsing high level functions.
5 ## External libraries:
7 ### argtable
9 Argtable3 is a single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
11 You can download argtable3 from this repository https://github.com/argtable/argtable3
13 [argtable3 license](https://github.com/argtable/argtable3/blob/master/LICENSE)