Package

info.hupel.isabelle

cli

Permalink

package cli

Visibility
  1. Public
  2. All

Type Members

  1. case class Args(version: Option[Version], include: List[Path], session: Option[String], home: Option[Path], user: Option[Path], resources: Option[Path], internal: Boolean, fetch: List[String], command: Option[String], rest: List[String]) extends Product with Serializable

    Permalink
  2. final case class Bundle(env: Environment, setup: Setup, configuration: Configuration) extends Product with Serializable

    Permalink

    Simple bundle of an Isabelle setup, a matching environment and a requested configuration.

  3. trait Command extends AnyRef

    Permalink

Value Members

  1. object Args extends Serializable

    Permalink
  2. object Build extends Command

    Permalink
  3. object Check extends Command

    Permalink
  4. object Exec extends Command

    Permalink
  5. object JEdit extends Command

    Permalink
  6. object Main

    Permalink
  7. object Report extends Command

    Permalink

Ungrouped