GitCommand

com.github.sbt.git.SbtGit.GitCommand
object GitCommand

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GitCommand.type

Members list

Value members

Concrete methods

def branch(implicit branches: Seq[String]): Parser[String]
def fullCommand(state: State): Parser[(String, Seq[String])]

Concrete fields

val QuotedString: Parser[String]
val action: (State, Seq[String]) => State
val command: Command
val prompt: State => String