ObsRemoveInputCommand constructor
ObsRemoveInputCommand()
Implementation
ObsRemoveInputCommand() {
argParser
..addOption('inputName', help: ' Name of the input to remove')
..addOption('inputUuid', help: 'UUID of the input to remove');
}