Method: Inch::CLI::Command::Base#usage

Defined in:
lib/inch/cli/command/base.rb

#usageString

Returns a description of the command’s usage pattern

Returns:

  • (String)


98
99
100
# File 'lib/inch/cli/command/base.rb', line 98

def usage
  "Usage: inch #{name} [options]"
end