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.
Changes the CLI from a set of separate scripts with names like
gc<action>.py
to a single script invoked asjq <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.