Class: Bundler::Thor::HiddenCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/bundler/vendor/thor/lib/thor/command.rb

Overview

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

Constant Summary

Constants inherited from Command

Command::FILE_REGEXP

Instance Attribute Summary

Attributes inherited from Command

#ancestor_name, #description, #long_description, #name, #options, #usage

Instance Method Summary collapse

Methods inherited from Command

#formatted_usage, #initialize, #initialize_copy, #run

Constructor Details

This class inherits a constructor from Bundler::Thor::Command

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


121
122
123
# File 'lib/bundler/vendor/thor/lib/thor/command.rb', line 121

def hidden?
  true
end