mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05:00
refactor: parse options with multiple = in cli
There was a case with the hashed-password which had multiple equal signs in the value and it wasn't being parsed correctly. This uses a new function and adds a few tests.
This commit is contained in:
@@ -17,7 +17,5 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"@playwright/test/playwright": "^1.11.0-next-alpha-apr-13-2021"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user