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

caseapp.core.DefaultCommandArgsApp.scala Maven / Gradle / Ivy

package caseapp.core

trait DefaultCommandArgsApp extends DefaultArgsApp with CommandArgsApp {
  private var command0 = Option.empty[Either[String, String]]

  def setCommand(cmd: Option[Either[String, String]]): Unit = {
    command0 = cmd
  }

  def command: Option[Either[String, String]] = command0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy