Parses:
"first -a=1" => {positional: ["first"], options: {"a" => 1}}
"first -1 -b third" => {positional: ["first", "-1", "third"], options: {"b" => nil}}