yaml_presets

lsst.daf.butler.cli.utils.yaml_presets(ctx: click.core.Context, param: str, value: Any) → None

Click callback that reads additional values from the supplied YAML file.

Parameters:
ctx : click.context

The context for the click operation. Used to extract the subcommand name and translate option & argument names.

param : str

The parameter name.

value : object

The value of the parameter.