diff --git a/tests/CLIParserTest/Properties/launchSettings.json b/tests/CLIParserTest/Properties/launchSettings.json index 85d0ca2..47a615c 100644 --- a/tests/CLIParserTest/Properties/launchSettings.json +++ b/tests/CLIParserTest/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "CLIParserTest": { "commandName": "Project", - "commandLineArgs": "-MyParam2 pippo -enum \"Second,Third\" -multivalue \"qui:quo:qua\" -tst true -tst false @MyFile ???" + "commandLineArgs": "-MyParam2 pippo -enum \"Second,Third\" -range 9 -multivalue \"qui:quo:qua\" -tst true -tst false @MyFile ???" } } } \ No newline at end of file