3 Commits

Author SHA1 Message Date
Sean Dague
0366529cc9 initial take at merging local.conf code 2017-01-17 09:03:50 -05:00
Sean Dague
be8cb74021 add more cli support
Make it possible to create a blank local.conf
2017-01-17 08:31:49 -05:00
Sean Dague
36b1e0ff34 start adding parser, only support python3
python3 argparse adds native subparsers, which makes this much easier
to build without external dependencies (which improves load and run
time). 20ms for most operations means we can do 50 / sec. This will be
a slow down from the awk approach, but for larger gains in
readability.
2017-01-16 16:38:07 -05:00