MWArgumentDecorator¶
- class lsst.daf.butler.cli.utils.MWArgumentDecorator(*param_decls: Any, **kwargs: Any)¶
- Bases: - object- Wraps the click.argument decorator to enable shared arguments to be declared. - Parameters:
- *param_declstyping.Any
- Parameters to be stored in the argument. 
- **kwargstyping.Any
- Keyword arguments for the argument. 
 
- *param_decls
 - Methods Summary - __call__(*args[, help])- Call self as a function. - Methods Documentation