ObsConfigCommand constructor
ObsConfigCommand()
Implementation
ObsConfigCommand() {
addSubcommand(ObsGetVideoSettingsCommand());
addSubcommand(ObsSetVideoSettingsCommand());
addSubcommand(ObsGetStreamServiceSettingsCommand());
addSubcommand(ObsSetStreamServiceSettingsCommand());
addSubcommand(ObsGetRecordDirectoryCommand());
// addSubcommand(ObsGetHotkeyListCommand());
// addSubcommand(ObsTriggerHotkeyByNameCommand());
// addSubcommand(ObsTriggerHotkeyByKeySequenceCommand());
// addSubcommand(ObSleepCommand());
}