sbt.Command
See theCommand companion trait
object Command
Attributes
Members list
Value members
Concrete methods
Construct a command with the given name, parser and effect.
Construct a command with the given name, parser and effect.
Attributes
Construct a multi-argument command with the given name, tab completion display and effect.
Construct a multi-argument command with the given name, tab completion display and effect.
Attributes
Construct a no-argument command with the given name and effect.
Construct a no-argument command with the given name and effect.
Attributes
def simpleParser(commandMap: Map[String, State => Parser[() => State]]): State => Parser[() => State]
Construct a single-argument command with the given name and effect.
Construct a single-argument command with the given name and effect.
Attributes
In this article