We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747a0d0 commit 3132b59Copy full SHA for 3132b59
src/main/scala/de/upb/cs/swt/delphi/cli/Config.scala
@@ -7,6 +7,4 @@ package de.upb.cs.swt.delphi.cli
7
* @param mode The command to be run
8
*/
9
case class Config (server : String = sys.env.getOrElse("DELPHI_SERVER", "https://delphi.cs.uni-paderborn.de/api/"),
10
- verbose: Boolean = false, mode : String = "", args : List[String] = List(), opts : List[String] = List()) {
11
-
12
-}
+ verbose: Boolean = false, mode : String = "", args : List[String] = List(), opts : List[String] = List())
0 commit comments