object Runner

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

Type Members

  1. case class AutocompleteInfo(path: String, commandName: String) extends Product with Serializable
  2. case class CommandResult(code: Int, errors: Seq[Either[String, Throwable]] = Seq.empty) extends Product with Serializable

    Result of executing a command

    Result of executing a command

    code

    exit code

    errors

    error messages or exceptions with full stack traces

  3. trait Executor extends AnyRef