destination_argument¶
- lsst.daf.butler.cli.opt.destination_argument = <lsst.daf.butler.cli.utils.MWArgumentDecorator 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