miller/c/cli
2015-08-22 14:20:06 -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 null-ok semantics for *_free functions in prep for merge of https://github.com/johnkerl/miller/pull/17 2015-08-22 14:20:06 -04:00
mlrcli.h neaten 2015-08-15 10:15:50 -07: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().