ObsSendCommand constructor
ObsSendCommand()
Implementation
ObsSendCommand() {
argParser
..addOption('command',
mandatory: true,
abbr: 'c',
valueHelp: 'string',
help:
'One of the OBS web socket supported requests - https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#requests-table-of-contents')
..addOption('args',
abbr: 'a',
valueHelp: 'json string',
help:
'The json representing the arguments necessary for the supplied command.');
}