zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

Use `click` for command line arguments #205

Closed larsbutler closed 9 years ago

larsbutler commented 9 years ago

In zpm, we've implemented a home-baked little framework for modeling zpm commands (using decorators, etc.). This is basically the same idea as click.

We should just use click instead.

larsbutler commented 9 years ago

In general, I think this is a good idea, but it breaks the argparse directives we're using the docs source. There's really no great workaround for this, and this documentation is pretty useful.

I'm going to close this for now; we can revisit this in the future.