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

bleep.commands.CompileServerSetMode.scala Maven / Gradle / Ivy

package bleep
package commands

import ryddig.Logger

case class CompileServerSetMode(logger: Logger, userPaths: UserPaths, mode: model.CompileServerMode) extends BleepCommand {
  override def run(): Either[BleepException, Unit] =
    BleepConfigOps.rewritePersisted(logger, userPaths)(_.copy(compileServerMode = Some(mode))).map(_ => ())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy