# 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