ObsGetInputSettingsCommand constructor
ObsGetInputSettingsCommand()
Implementation
ObsGetInputSettingsCommand() {
argParser
..addOption('inputName',
help: 'Input kind to get the default settings for')
..addOption('inputUuid',
help: 'Input kind to get the default settings for');
}