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