OnvifGetConfigurationOptionsPtzCommand constructor

OnvifGetConfigurationOptionsPtzCommand()

Implementation

OnvifGetConfigurationOptionsPtzCommand() {
  argParser.addOption(
    'configuration-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
    help:
        'Token of an existing configuration that the options are intended for.',
  );
}