Class: Hotdog::Commands::SingularSshAlike
- Inherits:
-
SshAlike
- Object
- BaseCommand
- Search
- SshAlike
- Hotdog::Commands::SingularSshAlike
- Defined in:
- lib/hotdog/commands/ssh.rb
Constant Summary
Constants inherited from BaseCommand
BaseCommand::MASK_DATABASE, BaseCommand::MASK_QUERY, BaseCommand::PERSISTENT_DB
Instance Attribute Summary
Attributes inherited from Search
Attributes inherited from BaseCommand
#application, #logger, #options
Instance Method Summary collapse
Methods inherited from SshAlike
Methods inherited from Search
#evaluate, #get_hosts_with_search_tags, #parse, #parse_options, #run
Methods inherited from BaseCommand
#execute, #fixed_string?, #initialize, #parse_options, #reload, #run
Constructor Details
This class inherits a constructor from Hotdog::Commands::BaseCommand
Instance Method Details
#define_options(optparse, options = {}) ⇒ Object
197 198 199 200 201 202 203 |
# File 'lib/hotdog/commands/ssh.rb', line 197 def (optparse, ={}) super [:index] = nil optparse.on("-n", "--index INDEX", "Use this index of host if multiple servers are found", Integer) do |index| [:index] = index end end |