Module: Capistrano::CLI::Execute::ClassMethods
- Defined in:
- lib/capistrano/cli/execute.rb
Instance Method Summary collapse
-
#execute ⇒ Object
Invoke capistrano using the ARGV array as the option parameters.
Instance Method Details
#execute ⇒ Object
Invoke capistrano using the ARGV array as the option parameters. This is what the command-line capistrano utility does.
13 14 15 |
# File 'lib/capistrano/cli/execute.rb', line 13 def execute parse(ARGV).execute! end |