Python decorator to make functions into command line scripts
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