Packages

object LoopCommand

Source
LoopCommands.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoopCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def cmd(name: String, usage: String, help: String, f: (String) => Result, completion: Completion = NoCompletion): LoopCommand
  2. def cmdWithHelp(name: String, usage: String, help: String, detailedHelp: Option[String], f: (String) => Result, completion: Completion = NoCompletion): LoopCommand
  3. def nullary(name: String, help: String, detailedHelp: Option[String], f: () => Result): LoopCommand
  4. def nullary(name: String, help: String, f: () => Result): LoopCommand