ObsGetSourceActiveCommand constructor
ObsGetSourceActiveCommand()
Implementation
ObsGetSourceActiveCommand() {
argParser.addOption(
'source-name',
mandatory: true,
valueHelp: 'string',
help: 'Name of the source to get the active state of',
);
}