Method: Thor::Group.banner

Defined in:
lib/thor/group.rb

The banner for this class. You can customize it if you are invoking the thor class by another ways which is not the Thor::Runner.



239
240
241
# File 'lib/thor/group.rb', line 239

def banner
  "#{basename} #{self_command.formatted_usage(self, false)}"
end