multicommandtool.py | 51 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False): 53 self.long_help = long_help 126 if self.long_help: 127 help_text += "%s\n\n" % self.long_help 146 long_help = None variable in class:AbstractDeclarativeCommand 148 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **kwargs)
|