Packages

o

bloop.cli

Commands

object Commands

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Commands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class About(cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
  2. case class Clean(projects: List[String], cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
  3. sealed trait Command extends AnyRef
  4. case class Compile(project: String, incremental: Boolean = true, scalacstyle: Boolean = false, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable
  5. case class Configure(threads: Int = ..., cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
  6. case class Console(project: String, scalacstyle: Boolean = false, excludeRoot: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable
  7. sealed trait CoreCommand extends Command
  8. case class Help(cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
  9. case class Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends Command with Product with Serializable
  10. 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
  11. case class Test(project: String, aggregate: Boolean = false, scalacstyle: Boolean = false, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CoreCommand with Product with Serializable