Fix error when command is preceded by whitespace characters
BREAKING CHANGES:
None.
FEATURES:
None.
FIXES:
- Before the fix, if a client executed a command preceded with certain whitespace characters (e.g.
.show version
), an error would occur.
Now, the command is trimmed before it's sent to the cluster.