Hacker News new | ask | show | jobs
by mwhooker 5109 days ago
seems like per #1 & 2 you could either write a dsl or line-processing library and get it done in 1 line
1 comments

That exactly what [docopt](http://docopt.org/) is—DSL that allows implement almost any interface in one line (having formal interface description).
ahh, cool. suppose I should have read past the rules