miller/c/cli
2017-06-11 07:42:03 -07:00
..
argparse.c multiple -f for filter/put 2016-09-10 18:10:58 -04:00
argparse.h multiple -f for filter/put 2016-09-10 18:10:58 -04:00
json_array_ingest.h fix travis build 2017-03-16 09:50:08 -04:00
Makefile.am fix travis build 2017-03-16 09:50:08 -04:00
Makefile.in Include ./configure et al.: output from autoreconf -fiv 2017-04-27 15:11:19 -04:00
mlrcli.c nit: fix '(null)' verb name in output of 'mlr sec2gmt' when followed by no more args 2017-06-11 07:42:03 -07:00
mlrcli.h json-array-to-map iterate 2017-03-16 09:13:10 -04:00
quoting.h cli function splits 2016-08-17 23:16:40 -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().