mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
226 B
226 B
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().