mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-24 14:30:07 -08:00
6e3d8d671a
* added `hf 14a reader` to source and added functionality to exec empty commands * added `hf 14a raw` * added samples to command's help * added some help * added changelog * update to new argtable3 --- https://github.com/argtable/argtable3 * changed included getopt to `https://github.com/freebsd/freebsd/blob/master/include/getopt.h` (getopt from freebsd with simplified BSD license)
14 lines
419 B
Markdown
14 lines
419 B
Markdown
# 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)
|