Hacker News new | ask | show | jobs
by andrewguy9 278 days ago
Docopt!

http://docopt.org/

Make use of the usage string be the specification!

A criminally underused library.

2 comments

My favorite. A bit too much magic for some, but it seems well specified to me.
A great example of "declaration follows use" outside of C syntax.