mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 10:29:02 +00:00
6 lines
226 B
Markdown
6 lines
226 B
Markdown
# 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().
|