repo_argument¶
- lsst.daf.butler.cli.opt.repo_argument = <lsst.daf.butler.cli.utils.MWArgumentDecorator object>¶
Wraps the click.argument decorator to enable shared arguments to be declared.
- Parameters:
- *param_decls
typing.Any
Parameters to be stored in the argument.
- **kwargs
typing.Any
Keyword arguments for the argument.
- *param_decls