Package

core3.core

cli

Permalink

package cli

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

Type Members

  1. class BasicCompleter extends Completer

    Permalink

    Basic terminal completer.

  2. class BasicHighlighter extends Highlighter

    Permalink

    Basic terminal highlighter.

  3. case class CommandConfig(component: Option[String] = None, action: Option[String] = None, params: Option[Map[String, Option[String]]] = None) extends Product with Serializable

    Permalink

    Command configuration container.

    Command configuration container.

    component

    the component to execute the action/command

    action

    the action to be executed

    params

    any parameters that may be needed

  4. class CommandParser extends AnyRef

    Permalink

    Terminal command parser.

    Terminal command parser.

    Notes: - Default components - help, system, qq(quit) - Additional components are added via withComponent

  5. class LocalConsole extends AnyRef

    Permalink

    Class for processing local console commands.

Value Members

  1. object CommandParser

    Permalink
  2. object CommandRouter

    Permalink

    Simple component command router.

  3. object LocalConsole

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped