def run()

in src/guclimate/recipes/cli.py [0:0]


def run(
    path: Annotated[
        Path,
        typer.Argument(
            help="Path to recipe file, e.g. ./my_recipe.yaml",
            callback=validateInputPath,
        ),
    ],