Skip to content

vtkCLIOptions: Fix a bug with StopOnUnrecognizedArgument

vtkCLIOptions::StopOnUnrecognizedArgument was incorrectly implemented according to https://github.com/CLIUtils/CLI11/issues/1052

This inverts the boolean so this methods behave as expected.

Edited by Mathieu Westphal (Kitware)

Merge request reports