Package
class ScalaCommand[PackageOptions]
trait CommandHelpers
trait NeedsArgvCommand
class Command[PackageOptions]
class CaseApp[PackageOptions]
class Object
trait Matchable
class Any
Package.type
Type members
Inherited classlikes
Value members
Concrete methods
def linkJs(build: Successful, dest: Path, mainClassOpt: Option[String], addTestInitializer: Boolean, config: ScalaJsLinkerConfig, fullOpt: Boolean, noOpt: Boolean, logger: Logger): Either[BuildException, Path]
def withSourceJar[T](build: Successful, defaultLastModified: Long, fileName: String)(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