stepup.core.call¶
Dispatch decorator and driver for scripts invoked by call().
The driver is the explicit entry point: add it to every worker script called via call():
driver()
¶
Dispatch a function by name when a script is invoked via call().
Add this to every worker script called via call():
When invoked with no function argument, driver() prints one suggested command
per callable function and exits, which is useful for discovery.