Reusing Cli App
This example shows how a CLI application built with Cappa can also be used as a script function.
Warning
Using the script decorator is not possible with other CLI libraries like click, and will require use of the Script class and setting source=function_name.
See this issue discussion for more details.