rorybyrne / git-plan

Git Plan - a better workflow for git
MIT License
181 stars 5 forks source link

Migrate CLI to click #40

Closed Stedders closed 3 years ago

rorybyrne commented 3 years ago

I wanted to use click initially, but I couldn't get it to work with dependency injection.

I think the current argparse setup works pretty well, and if we want to make it more elegant we can move Command.register_subparser() to be a decorator on the Command class or something.

Is there any advantage that Click offers that we definitely need to have for git-plan?

rorybyrne commented 3 years ago

Closing this for now.