Python decorator to make functions into command line scripts

published Dec 22, 2012 12:05   by admin ( last modified Dec 22, 2012 12:05 )


Command line arguments are generated from the functions' arguments.

Function decorator to quickly turn Python functions into CLIs as we know them.


Read more: Link - epsy/clize · GitHub