miller/c/cli
2015-05-28 17:06:19 -04:00
..
argparse.c continued improved sscanf for numbers, treating "300ms" as string not number 2015-05-24 08:18:01 -04:00
argparse.h Initial commit 2015-05-03 16:11:45 -07:00
mlrcli.c renames & line-length reduction 2015-05-28 17:06:19 -04:00
mlrcli.h README.md files 2015-05-27 17:31:55 -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().