miller/c/cli
2016-01-14 22:48:52 -05:00
..
argparse.c internal name neaten 2016-01-07 04:15:28 +00: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 mlr bootstrap 2016-01-09 11:50:50 +00:00
mlrcli.h zcat iterate 2015-12-13 18:16:00 -07: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().