Return a new CLI instance with the given arguments pre-parsed and ready for execution.
[Source]
# File lib/capistrano/cli/options.rb, line 13 13: def parse(args) 14: cli = new(args) 15: cli.parse_options! 16: cli 17: end
[Validate]