miller/c/cli
2016-06-19 15:13:18 -04:00
..
argparse.c mlr iterate feature 2016-04-04 18:30:55 -04:00
argparse.h mlr iterate feature 2016-04-04 18:30:55 -04:00
Makefile.am neaten 2015-10-04 22:54:08 -04:00
mlrcli.c put -f to covers x 3 2016-06-19 15:13:18 -04:00
mlrcli.h filenames from array to linked list 2016-04-06 22:27:04 -04:00
quoting.h enum neaten 2016-02-12 20:50:01 -05:00
README.md README.md files 2015-05-27 17:32:04 -04:00

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