ObsSetInputNameCommand constructor

ObsSetInputNameCommand()

Implementation

ObsSetInputNameCommand() {
  argParser
    ..addOption('inputName', help: 'The name of the input to rename.')
    ..addOption('newInputName', help: 'The new name of the input.');
}