GitREPL

Documentation for GitREPL.

GitREPL.gitreplMethod
gitrepl()
gitrepl(; kwargs...)

Set up the Git REPL mode.

Optional keyword arguments

NameTypeDefault Value
mode_nameAbstractString"GitREPL.jl Git REPL mode"
prompt_textAbstractString"git> "
start_keyAbstractChar','

Descriptions of optional keyword arguments:

NameDescription
mode_nameName of the REPL mode
prompt_textPrompt text to display when the REPL mode is active
start_keyKey to press to enter the REPL mode
source