mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
|
|
||
|---|---|---|
| .. | ||
| argparse.c | ||
| argparse.h | ||
| comment_handling.h | ||
| json_array_ingest.h | ||
| Makefile.am | ||
| Makefile.in | ||
| mlrcli.c | ||
| mlrcli.h | ||
| quoting.h | ||
| README.md | ||
Miller command-line interface
mlrcli.h/c bags up all command-line options
I use argparse.h/c in place of getopt in order not to depend on GNU-isms, yet, elsewhere in Miller I readily depend on GNU-isms such as getdelim().