miller/c/cli
2021-05-22 12:43:43 -04:00
..
argparse.c mlr tail +n, iterating ... 2020-01-05 12:52:53 -05: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 2020-01-26 10:31:43 -05:00
mlrcli.c Document --no-implicit-csv-header 2021-05-22 12:43:43 -04:00
mlrcli.h mlrcli iterate 2020-08-31 23:01:41 -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().