ObsSetInputNameCommand constructor
ObsSetInputNameCommand()
Implementation
ObsSetInputNameCommand() {
argParser
..addOption('inputName', help: 'The name of the input to rename')
..addOption('inputUuid', help: 'Current input UUID')
..addOption('newInputName', help: 'New name for the input');
}