Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix escaping bug in parse_command_arg()
The position wasn't being advanced properly when parsing unquoted escapes. It seems to have gone unnoticed because most characters are unescaped as themselves, but certain special characters aren't (e.g. '-').
- Loading branch information