@Dave, Currently we are running 16.1.3.6
I prefer to get the output from a command as xml when running a script:
exsh.clicmd(cmd, xml=True)
Are there plans to be able to get xml output from a process? From what I see in the Python doc it's only possible to receive output as regular text.
Thanks!