class Thor::HiddenCommand

A command that is hidden in help messages but still invocable.

Public Instance Methods

hidden?() click to toggle source
# File lib/jedi/vendor/thor-0.19.1/lib/thor/command.rb, line 112
def hidden?
  true
end