miller/c/cli
G Dutton 0134b92f7d
Align the format-conversion usage table correctly
In the mlr usage information (and therefor man page, etc.) the gap for the "notional" --c2c conversion was missing, causing the table to be misaligned and a little harder to read.  This fixes the alignment by adding the appropriate number of space characters.
2019-09-11 14:12:41 +01: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-09-07 13:11:32 -04:00
mlrcli.c Align the format-conversion usage table correctly 2019-09-11 14:12:41 +01:00
mlrcli.h remove mlr --jofmt in favor of mlr format-values 2019-09-07 12:39:31 -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().