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 19b8f0c commit 810405fCopy full SHA for 810405f
modules/config/src/main/scala/scala/cli/config/Keys.scala
@@ -23,6 +23,9 @@ object Keys {
23
val proxyUser = new Key.PasswordEntry(Seq("httpProxy"), "user")
24
val proxyPassword = new Key.PasswordEntry(Seq("httpProxy"), "password")
25
26
+ val repositoriesMirrors = new Key.StringListEntry(Seq("repositories"), "mirrors")
27
+ val defaultRepositories = new Key.StringListEntry(Seq("repositories"), "default")
28
+
29
// setting indicating if the global interactive mode was suggested
30
val globalInteractiveWasSuggested = new Key.BooleanEntry(Seq.empty, "interactive-was-suggested")
31
0 commit comments