Command builder skips an argument if it's an empty string. It should an empty string "" instead.
Boolean fields should return True/1/"1" if true, instead of using the option value.
Command option for boolean fields should not use $value in templates (unexpected value) and should relay on the idea that NULL value -> skip argument.
Command builder skips an argument if it's an empty string. It should an empty string
""
instead. Boolean fields should returnTrue
/1
/"1"
if true, instead of using the option value. Command option for boolean fields should not use$value
in templates (unexpected value) and should relay on the idea thatNULL
value -> skip argument.