in src/guclimate/recipes/cli.py [0:0]
def inspect( path: Annotated[ Path, typer.Argument( help="Path to recipe file, e.g. ./my_recipe.yaml", callback=validateInputPath, ), ],