regex_option¶
- lsst.daf.butler.cli.opt.regex_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_declstyping.Any
- Parameters to be stored in the option. 
- **kwargstyping.Any
- Keyword arguments for the option. 
 
- *param_decls