fal run
Usage: fal run [-h] [--debug] [--pdb] [--cprofile] func_ref
Run fal function.
Positional Arguments: func_ref Function reference.
Options: -h, --help show this help message and exit
Debug: --debug Show verbose errors. --pdb Start pdb on error. --cprofile Show cProfile report.
Examples: fal run path/to/myfile.py::myfunc