OnvifGetRecordingInformationSearchCommand constructor
      
      OnvifGetRecordingInformationSearchCommand()
     
    
    
Implementation
OnvifGetRecordingInformationSearchCommand() {
  argParser.addOption(
    'recording-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
  );
}