Erin O'Connell
Erin O'Connell
pinging this so I remember, last two weeks have been a bit crazy at work
You are correct, I will had help messages to make the cli more user friendly. @berdario any opinions on using click as a cli parser?
@berdario If you take a look at the `pipenv` project by @kennethreitz; we use click over there and runs well. @kennethreitz any opinions on the click api?
That is true, however it's only repeated if you want to have the same arguments for all commands, which is necessary in pipenv. It could get to be a bit...
I think this is a doable thing. Let me work on it @wcooley!