Files

Class/Module Index [+]

Quicksearch

Capistrano::CLI::Help

Public Instance Methods

execute_requested_actions_with_help(config) click to toggle source
# File lib/capistrano/cli/help.rb, line 13
def execute_requested_actions_with_help(config)
  if options[:tasks]
    task_list(config, options[:tasks])
  elsif options[:explain]
    explain_task(config, options[:explain])
  else
    execute_requested_actions_without_help(config)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.