ObsGetSceneItemListCommand constructor

ObsGetSceneItemListCommand()

Implementation

ObsGetSceneItemListCommand() {
  argParser.addOption(
    'scene-name',
    abbr: 'n',
    mandatory: true,
    valueHelp: 'string',
    help: 'Name of the scene to get the items of',
  );
}