OnvifGetSystemSupportInformationDeviceManagementCommand constructor

OnvifGetSystemSupportInformationDeviceManagementCommand()

Implementation

OnvifGetSystemSupportInformationDeviceManagementCommand() {
  argParser.addOption(
    'log-folder',
    abbr: 'f',
    help: 'Specifies the folder to write the log to.',
  );
}