class Thor::HiddenTask

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

Public Instance Methods

# File lib/thor/command.rb, line 130
def hidden?
  true
end