miller/c/cli
2016-02-18 23:34:54 -05:00
..
argparse.c enum neaten 2016-02-12 20:10:14 -05:00
argparse.h move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
Makefile.am neaten 2015-10-04 22:54:08 -04:00
mlrcli.c lrec_evaluator -> rval_evaluator 2016-02-18 23:34:54 -05:00
mlrcli.h globalize sep-from-arg logic for use by mlr nest's fs/ps 2016-02-16 17:18:43 -05: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().