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.
- sectionText
Methods Summary
__call__(f)Call self as a function.
Methods Documentation