miller/c/cli/README.md
2015-05-27 17:32:04 -04:00

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().