miller/c/cli
2015-08-27 19:21:09 -04:00
..
argparse.c fix join left-format/separator bug 2015-06-19 18:18:19 -04:00
argparse.h neaten 2015-08-15 10:15:50 -07:00
mlrcli.c [csv iterate] doc updates for v2.0.0 2015-08-27 19:21:09 -04:00
mlrcli.h [csv iterate] output-quote iterate 2015-08-25 09:13:10 -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().