Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sotte
on April 24, 2014
|
parent
|
context
|
favorite
| on:
Click – Python library for command-line interfaces
Does anybody know docopt? I really like it because you simply write the help/usage as text and docopt automatically generates the parser for it.
Take a look at the example in the README:
https://github.com/docopt/docopt
denibertovic
on April 24, 2014
[–]
I'm using docopt....It's really nice with it's automagicness. But for some stuff it's just not enough, too unflexible. I'm really excited about click.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Take a look at the example in the README: https://github.com/docopt/docopt