All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.cli.CurrentParams.scala Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package scala.cli

// Kind of meh to keep stuff in a global mutable state like this.
// This is only used by the stacktrace persisting stuff in ScalaCli.main
object CurrentParams {
  var workspaceOpt = Option.empty[os.Path]
  var verbosity    = 0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy