123456789_123456789_123456789_123456789_123456789_

Class: Bundler::Thor::HiddenCommand

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Command, Struct
Instance Chain:
self, Command, Struct
Inherits: Bundler::Thor::Command
Defined in: lib/bundler/vendor/thor/lib/thor/command.rb

Overview

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

Constant Summary

Command - Inherited

FILE_REGEXP

Class Method Summary

Command - Inherited

Instance Attribute Summary

Instance Method Summary

Command - Inherited

#formatted_usage

Returns the formatted usage by injecting given required arguments and required options into the given usage.

#run

By default, a command invokes a method in the thor class.

#handle_argument_error?, #handle_no_method_error?, #local_method?, #not_debugging?, #private_method?,
#required_arguments_for

Add usage with required arguments.

#required_options, #initialize_copy, #method_at_least_one_option_names, #method_exclusive_option_names,
#public_method?

Given a target, checks if this class name is a public method.

#sans_backtrace

Constructor Details

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

Instance Attribute Details

#hidden?Boolean (readonly)

[ GitHub ]

  
# File 'lib/bundler/vendor/thor/lib/thor/command.rb', line 130

def hidden?
  true
end