class Thor::Group
def help(shell)
short:: When true, shows only usage.
==== Options
Prints help information.
def help(shell) shell.say "Usage:" shell.say " #{banner}\n" shell.say class_options_help(shell) shell.say self.desc if self.desc end
def help(shell) shell.say "Usage:" shell.say " #{banner}\n" shell.say class_options_help(shell) shell.say self.desc if self.desc end