Class: Thor::HiddenCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/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

#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 Thor::Command

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


114
115
116
# File 'lib/vendor/thor/lib/thor/command.rb', line 114

def hidden?
  true
end