When using `variable = true` in a String argument, even when using `"quotes"` the whitespaces appear to be trimmed. Eg, <pre>/command " some padded text "</pre> comes up as `" some padded text "`.
When using
variable = truein a String argument, even when using"quotes"the whitespaces appear to be trimmed.Eg,
comes up as
" some padded text ".