Lines Matching refs:help_options
564 # Check for help_options in command class. They have a different
566 if (hasattr(cmd_class, 'help_options') and
567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
583 if (hasattr(cmd_class, 'help_options') and
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
660 if (hasattr(klass, 'help_options') and
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
1250 """Convert a 4-tuple 'help_options' list as found in various command