option_section¶
- 
class 
lsst.daf.butler.cli.utils.option_section(sectionText: str)¶ Bases:
objectDecorator to add a section label between options in the help text of a command.
Parameters: - sectionText : 
str The text to print in the section identifier.
Methods Summary
__call__(f)Call self as a function. Methods Documentation
- 
__call__(f: Any) → click.core.Option¶ Call self as a function.
- sectionText :