Closed rorybyrne closed 3 years ago
Not gonna lie, one of the big motivations behind this is to simplify the tool's architecture and avoid having to (e.g.) share argparse --flags
across multiple commands.
I decided against this in the end, because I found a way to implement it elegantly.
This may be controversial, but I think that running
git plan
should simply trigger the help output (like git). This forces users to be explicit and typegit plan list
orgit plan add
. We could offer advice in the README on how to useful aliases for git-plan.