Documentation ¶
Overview ¶
Package commands contains the assorted sub commands supported by the git-review tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandMap = map[string]*Command{
"abandon": abandonCmd,
"accept": acceptCmd,
"comment": commentCmd,
"list": listCmd,
"pull": pullCmd,
"push": pushCmd,
"rebase": rebaseCmd,
"reject": rejectCmd,
"request": requestCmd,
"show": showCmd,
"submit": submitCmd,
"web": webCmd,
}
CommandMap defines all of the available (sub)commands.
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.