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]