ObsTriggerHotkeyByNameCommand constructor

ObsTriggerHotkeyByNameCommand()

Implementation

ObsTriggerHotkeyByNameCommand() {
  argParser.addOption(
    'hotkey-name',
    mandatory: true,
    valueHelp: 'string',
    help: 'Name of the hotkey to trigger',
  );
}