miller/c/cli
2016-01-30 15:04:06 -05:00
..
argparse.c oosvar neaten iterate 2016-01-29 22:59:34 -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 initial json-output documentation 2016-01-30 15:04:06 -05:00
mlrcli.h json-output iterate 2016-01-30 12:59:38 -05:00
quoting.h neaten 2015-10-04 22:56:52 -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().