mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
added readme
This commit is contained in:
parent
f06a68f3b8
commit
75b1ef69d7
1 changed files with 13 additions and 0 deletions
13
client/cliparser/README.md
Normal file
13
client/cliparser/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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](https://github.com/argtable/argtable3/blob/master/LICENSE)
|
Loading…
Add table
Add a link
Reference in a new issue