]>
Commit | Line | Data |
---|---|---|
6e3d8d67 OM |
1 | # Command line parser |
2 | ||
3 | cliparser - librari for proxmark with command line parsing high level functions. | |
4 | ||
5 | ## External libraries: | |
6 | ||
7 | ### argtable | |
8 | ||
9 | Argtable3 is a single-file, ANSI C, command-line parsing library that parses GNU-style command-line options. | |
10 | ||
11 | You can download argtable3 from this repository https://github.com/argtable/argtable3 | |
12 | ||
13 | [argtable3 license](https://github.com/argtable/argtable3/blob/master/LICENSE) |