Method: Clamp::Command#help

Defined in:
lib/clamp/command.rb

#helpString

Returns usage documentation for this command.

Returns:

  • (String)

    usage documentation for this command



76
77
78
# File 'lib/clamp/command.rb', line 76

def help
  self.class.help(invocation_path)
end