object Commands
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Commands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class About(cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
- case class Clean(projects: List[String], cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
- sealed trait Command extends AnyRef
- case class Compile(project: String, incremental: Boolean = true, scalacstyle: Boolean = false, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable
- case class Configure(threads: Int = ..., cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
- case class Console(project: String, scalacstyle: Boolean = false, excludeRoot: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable
- sealed trait CoreCommand extends Command
- case class Help(cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
- case class Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
- case class Run(project: String, main: Option[String] = None, scalacstyle: Boolean = false, args: List[String] = Nil, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable
- case class Test(project: String, aggregate: Boolean = false, scalacstyle: Boolean = false, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable