pacificclimate / jobqueueing

0 stars 0 forks source link

Convert jobqueueing scripts to a single script with subcommands #1

Closed rod-glover closed 7 years ago

rod-glover commented 7 years ago

Changes the CLI from a set of separate scripts with names like gc<action>.py to a single script invoked as jq <action>. Generally speaking I prefer this style for a toolset like JQ.

This change also eliminates a lot of redundant and/or inconsistent code that existed between the separate scripts.