# File lib/thor/group.rb, line 45 def help(shell) shell.say "Usage:" shell.say " #{banner}\n" shell.say class_options_help(shell) shell.say self.desc if self.desc end