class Bundler::Thor::HiddenCommand

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

def hidden?

def hidden?
  true
end