miller/c/cli
2015-07-19 23:08:11 -04:00
..
argparse.c fix join left-format/separator bug 2015-06-19 18:18:19 -04:00
argparse.h fix join left-format/separator bug 2015-06-19 18:18:19 -04:00
mlrcli.c fs/ps/rs name tweak 2015-07-19 23:08:11 -04:00
mlrcli.h join iterate 2015-06-17 08:57:06 -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().