mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 08:40:37 -06:00
This commit fixes an issue where "wt -d C: wsl -d Alpine" would be parsed as "wt -d C: -d Alpine wsl" and rejected as invalid due to the repeated -d. It also fixes support for the option parsing terminator, --, in all command lines. Fixes #4277.