HomePhabricator
Diffusion MITK 514bf97f5aea

Always expect Unix-style command-line arguments

Description

Always expect Unix-style command-line arguments

Before, on Windows arguments had to start with "/" instead of
"--" or "-", missing features like short argument names and causing
trouble for foreign arguments that were interpreted as filenames
on Windows.

Details

Provenance
kislinskAuthored on Mar 7 2024, 8:55 AM
kislinskPushed on Mar 7 2024, 8:54 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKfb574c55eea0: Fix formatting
Branches
Unknown
Tags
Unknown
Tasks
T30358: Remove "invalid" command-line arguments before passing them to Poco