Module Capistrano::CLI::Execute::ClassMethods
In: lib/capistrano/cli/execute.rb
lib/capistrano/cli/execute.rb

Methods

execute   execute  

Public Instance methods

Invoke capistrano using the ARGV array as the option parameters. This is what the command-line capistrano utility does.

[Source]

    # File lib/capistrano/cli/execute.rb, line 13
13:         def execute
14:           parse(ARGV).execute!
15:         end

Invoke capistrano using the ARGV array as the option parameters. This is what the command-line capistrano utility does.

[Source]

    # File lib/capistrano/cli/execute.rb, line 13
13:         def execute
14:           parse(ARGV).execute!
15:         end

[Validate]