miller/c/cli
2016-02-14 09:44: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 mixed-format-join bugfix 2016-02-14 09:44:54 -05:00
mlrcli.h mixed-format-join bugfix 2016-02-14 09:44:54 -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().