Method: Inch::CLI::Command::Base#usage
- Defined in:
- lib/inch/cli/command/base.rb
#usage ⇒ String
Returns a description of the command’s usage pattern
98 99 100 |
# File 'lib/inch/cli/command/base.rb', line 98 def usage "Usage: inch #{name} [options]" end |