Run
class ScalaCommand[RunOptions]
trait CommandHelpers
trait NeedsArgvCommand
class Command[RunOptions]
class CaseApp[RunOptions]
class Object
trait Matchable
class Any
Run.type
Type members
Inherited classlikes
Value members
Concrete methods
def run(options: RunOptions, inputArgs: Seq[String], programArgs: Seq[String], defaultInputs: () => Option[Inputs]): Unit
def withLinkedJs[T](build: Successful, mainClassOpt: Option[String], addTestInitializer: Boolean, config: ScalaJsLinkerConfig, fullOpt: Boolean, noOpt: Boolean, logger: Logger)(f: Path => T): Either[BuildException, T]
def withNativeLauncher[T](build: Successful, mainClass: String, workDir: Path, logger: Logger)(f: Path => T): T
Inherited methods
Inherited fields
Implicits
Inherited implicits
final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]
- Inherited from:
- CommandHelpers