crccheck / cloudwatch-to-graphite

Helper for pushing AWS CloudWatch metrics to Graphite
Apache License 2.0
55 stars 28 forks source link

two argument parsers in use #39

Open paul-krohn opened 8 years ago

paul-krohn commented 8 years ago

It's my fault, I introduced the second one. I'll refactor to consolidate on argparse, since typing of some args is an issue. cc @tmclaugh and @crccheck.

crccheck commented 8 years ago

I like docopt, but I'm not attached to it for this project since it's so simple. I'm also very interesting in seeing how this would look with https://github.com/chriskiehl/Gooey in front, which only works with argparse.