Method: Mothership::Parser#parse_argv

Defined in:
lib/mothership/parser.rb

#parse_argv(argv) ⇒ Object



10
11
12
13
14
15
16
# File 'lib/mothership/parser.rb', line 10

def parse_argv(argv)
  args = parse_flags(argv.dup)

  parse_arguments(args)

  @given
end