miller/c/cli
2016-06-30 22:10:17 -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 --omd doc/man 2016-06-30 22:10:17 -04:00
mlrcli.h MLR_CSV_DEFAULT_RS doc 2016-06-29 11:12:24 -04:00
quoting.h quote-original iterate 2016-06-21 23:01:56 -04: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().