long_log_option¶
- lsst.daf.butler.cli.opt.long_log_option = <lsst.daf.butler.cli.utils.MWOptionDecorator object>¶
Wraps the click.option decorator to enable shared options to be declared and allows inspection of the shared option.
- Parameters:
- *param_decls
typing.Any
Parameters to be stored in the option.
- **kwargs
typing.Any
Keyword arguments for the option.
- *param_decls