multicommandtool.py | 49 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False): 51 self.long_help = long_help 121 if self.long_help: 122 help_text += "%s\n\n" % self.long_help 141 long_help = None variable in class:AbstractDeclarativeCommand 143 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **kwargs)
|