Module | Capistrano::CLI::Help |
In: |
lib/capistrano/cli/help.rb
lib/capistrano/cli/help.rb |
LINE_PADDING | = | 7 |
MIN_MAX_LEN | = | 30 |
HEADER_LEN | = | 60 |
LINE_PADDING | = | 7 |
MIN_MAX_LEN | = | 30 |
HEADER_LEN | = | 60 |
# File lib/capistrano/cli/help.rb, line 13 13: def execute_requested_actions_with_help(config) 14: if options[:tasks] 15: task_list(config) 16: elsif options[:explain] 17: explain_task(config, options[:explain]) 18: else 19: execute_requested_actions_without_help(config) 20: end 21: end