Page MenuHomePhabricator

Remove mitkCommandLineParser input and output types
Closed, ResolvedPublic

Description

These datatypes are too constraining, e.g. input file OR folder is not possible. In this case simply using string or stringlist in conjunction with an "input" boolean flag would be more convenient. --> Replace these datatypes additional boolean flags in "addArgument".