miller/c/cli
2019-04-11 21:35:31 -04: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
comment_handling.h pass-commments iterate 2018-01-01 14:24:22 -05:00
json_array_ingest.h fix travis build 2017-03-16 09:50:08 -04:00
Makefile.am pass-commments iterate 2018-01-01 14:24:22 -05:00
Makefile.in autoreconf -fiv 2019-04-11 21:35:31 -04:00
mlrcli.c sort-within-records iterate 2019-03-03 09:51:11 -05:00
mlrcli.h fix https://github.com/johnkerl/miller/issues/164 2018-01-10 10:18:08 +00: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().