Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop swallowing "--" after the first one is processed by command parser
Previously, the command parser would swallow all "--" after the first one. For me, this manifested itself in not allowing corral to be used with lldb "corral exec -- lldb ponyc -- $(ponyc) -V=0 -o ./build/ ./utility" since the second "--" is required to be passed to lldb. This change is dependency for a PR being submitted to corral to allow use of corral with lldb (for debugging ponyc itself).
- Loading branch information