# File lib/thor/task.rb, line 72
    def parse_args(args)
      return [[], {}] if args.nil?
      hash = full_opts.parse(args)
      list = full_opts.non_opts
      [list, hash]
    end