miller/c/cli
2015-09-08 11:40:31 +02: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
Makefile.am Start autoconf/automake based build system. 2015-08-29 12:51:03 +02:00
mlrcli.c Merge branch 'master' of https://github.com/johnkerl/miller 2015-09-08 11:40:31 +02: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().