From d0fbae7a540de8ae9dcd2636de3310740454035f Mon Sep 17 00:00:00 2001 From: Mario Mastrodicasa Date: Thu, 28 Oct 2021 03:20:49 +0200 Subject: [PATCH] Reverted back launchSettings.json after test of #2 --- tests/CLIParserTest/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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