yaml_presets#
- lsst.daf.butler.cli.utils.yaml_presets(ctx: Context, param: str, value: Any) None#
Read 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.
- ctx