Method: Thor::Group.banner
- Defined in:
- lib/thor/group.rb
.banner ⇒ Object (protected)
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 "#{basename} #{self_command.formatted_usage(self, false)}" end |