Package

freecli.command

help

Permalink

package help

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

Type Members

  1. sealed trait CommandHelp extends AnyRef

    Permalink
  2. case class CommandsHelp(list: List[CommandHelp]) extends Product with Serializable

    Permalink
  3. case class ConfigHelpCommand(field: CommandField, config: ConfigHelp) extends CommandHelp with Product with Serializable

    Permalink
  4. case class ConfigSubHelpCommand(field: CommandField, config: ConfigHelp, subs: CommandsHelp) extends CommandHelp with Product with Serializable

    Permalink
  5. trait HelpOps extends AnyRef

    Permalink
  6. type Result[A] = CommandsHelp

    Permalink
  7. case class SimpleHelpCommand(field: CommandField) extends CommandHelp with Product with Serializable

    Permalink
  8. case class SubHelpCommand(field: CommandField, subs: CommandsHelp) extends CommandHelp with Product with Serializable

    Permalink

Value Members

  1. object CommandHelpInterpreter extends ~>[Algebra, Result]

    Permalink
  2. object CommandsHelp extends Serializable

    Permalink
  3. object ops extends HelpOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped