### Expected behavior I should get regex if call call parse_options with regex. ### Actual behavior everything is converted to strings if they are not strings. ### Steps to reproduce ```javascript $.terminal.parse_options([/xxx/, '-b', 10]) // {_: ["/xxx/"], b: "10"} ```