OnvifGetStorageConfigurationDeviceManagementCommand constructor

OnvifGetStorageConfigurationDeviceManagementCommand()

Implementation

OnvifGetStorageConfigurationDeviceManagementCommand() {
  argParser.addOption(
    'storage-token',
    abbr: 't',
    mandatory: true,
    help: 'Unique identifier referencing the physical entity.',
  );
}