Methods

Files

Class/Module Index [+]

Quicksearch

Capistrano::CLI::Options::ClassMethods

Public Instance Methods

parse(args) click to toggle source

Return a new CLI instance with the given arguments pre-parsed and ready for execution.

# File lib/capistrano/cli/options.rb, line 13
def parse(args)
  cli = new(args)
  cli.parse_options!
  cli
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.