class Thor::HiddenTask

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

Public Instance Methods

hidden?() click to toggle source
# File lib/thor/task.rb, line 113
def hidden?
  true
end