Method: LibGems::Command#usage
- Defined in:
- lib/libgems/command.rb
#usage ⇒ Object
Override to display the usage for an individual gem command.
The text “[options]” is automatically appended to the usage text.
255 256 257 |
# File 'lib/libgems/command.rb', line 255 def usage program_name end |