To parse a `K=V` argument into `K` and `V` we should consider only the first `=` character.
2.7 KiB
2.7 KiB
To parse a `K=V` argument into `K` and `V` we should consider only the first `=` character.