miller/c/cli
2019-08-29 10:19:54 -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 temporarily mask out sort-within-records (still stubbed) for 5.4.0 2019-08-29 10:19:54 -04:00
mlrcli.h allow ragged CSV input: code-complete & as-yet unregressed for 2019-06-03 23:40:27 -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().