ObsRefreshBrowserSourceSourcesCommand constructor Null safety

ObsRefreshBrowserSourceSourcesCommand()

Implementation

ObsRefreshBrowserSourceSourcesCommand() {
  argParser.addOption('source-name',
      mandatory: true, valueHelp: 'string', help: 'Source name.');
}