Regression from 0.8 to 0.9 for argument parsing from single string
If I use `BrowserConfigBuilder` with `.arg("--kiosk=about:blank")`, it will fail because it will treat the entire string as the key. This was with the introduction of the `Arg` parsing, and will open a PR soon.
1 条评论