Skip to content

Commit 7e74c5e

Browse files
author
Alexander van Delft
committed
Minor fixes
1 parent fccab9b commit 7e74c5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CDPBatchEditor/CommandArguments/Arguments.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ public class Arguments : ConnectionArguments, ICommandArguments
6565
+ "RemoveParameters,"
6666
+ "AddRequirementParameters,"
6767
+ "RemoveRequirementParameters,"
68-
+ "AddRequirementParameters,"
69-
+ "RemoveRequirementParameters,"
7068
+ "MoveReferenceValuesToManualValues,"
7169
+ "ApplyOptionDependence,"
7270
+ "ApplyStateDependence,"

CDPBatchEditor/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"CDPBatchEditor": {
44
"commandName": "Project",
5-
"commandLineArgs": " --action RemoveRequirementParameters -m USV -u admin -p pass --parameters m --requirements-specification SR --included-owners COMMIT -s http://localhost:5000"
5+
"commandLineArgs": " -s http://localhost:5000 -u admin -p pass --report -m LOFT "
66
}
77
}
88
}

0 commit comments

Comments
 (0)