BuildCommandHelpers

scala.cli.commands.util.BuildCommandHelpers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Compile.type
object Package.type
object Publish.type
object Run.type
Self type

Members list

Concise view

Extensions

Extensions

extension (successfulBuild: Successful)
def copyOutput(sharedOptions: SharedOptions): Unit

-O -d defaults to --compile-output; if both are defined, --compile-output takes precedence

-O -d defaults to --compile-output; if both are defined, --compile-output takes precedence

Attributes

def retainedMainClass(logger: Logger, mainClasses: Seq[String]): Either[BuildException, String]