OnvifGetServicesDeviceManagementCommand constructor

OnvifGetServicesDeviceManagementCommand()

Implementation

OnvifGetServicesDeviceManagementCommand() {
  argParser.addFlag(
    'include-capability',
    abbr: 'i',
    defaultsTo: false,
    help:
        'Indicates if the service capabilities (untyped) should be included in the response.',
  );
}