This is an easy mistake to make: AddOption<string>("hi", ...) Developer probably meant: AddOption<string>("hi=", ...)
This is an easy mistake to make:
AddOption("hi", ...)
Developer probably meant:
AddOption("hi=", ...)