CLI command `virtualmin modify-custom --domain $dom --set "option-name No"` doesn't work

The command virtualmin modify-custom --domain $dom --set "option-name Yes" works perfectly well, however the revers one virtualmin modify-custom --domain $dom --set "option-name No" simply doesn't work, so we have to turn custom features only through UI.

Status: 
Closed (works as designed)

Comments

Title: CLI command `virtualmin modify-custom --domain $dom --set "autoupdate No"` doesn't work » CLI command `virtualmin modify-custom --domain $dom --set "option-name No"` doesn't work
Status: Active » Closed (works as designed)
Body: View changes

Working if using 1/0. Shame there is no proper documentation, so have to experiment a lot to find proper syntax.

Yeah, you have to use "1" for "Yes" and "0" for "No". I will update the documentation for this command to make it clearer.