mando icon indicating copy to clipboard operation
mando copied to clipboard

Create Python CLI apps with little to no effort at all!

Results 6 mando issues
Sort by recently updated
recently updated
newest added

When implementing the various commands using `@command`, they are treated as necessary all the time. This works like `$ program add` or `$ program something-else` but i'd like this `$...

Found this library https://github.com/rr-/docstring_parser for parsing docstrings. It auto detects the Sphinx, Numpy, and Google docstring styles. I think this simplifies mando a little bit and reduces the dependencies. Does...

In most command-line interfaces, dashes are used in place of underscores, for both arguments and subcommand names. (`git cherry-pick`, `svn co --ignore-externals`, etc.) This can be done in mando, but...

I came across this wrapper recently and I am willing to know that how this is different the [Click](http://click.pocoo.org/5/). Can you please provide some feature comparison ?