aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-13 16:13:40 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-13 16:13:40 +0200
commitbc12fee58e8bd86672793ae37d9f924158afb482 (patch)
treeb6506af647a5e6d3d8c053f2b284a3adc335d35b /commands/commands.go
parente02294c8f372156945bbc43d70d4d36a07a3fbcf (diff)
downloadgit-bug-bc12fee58e8bd86672793ae37d9f924158afb482.tar.gz
create the Bug structure
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/commands/commands.go b/commands/commands.go
index 64b2cbc1..2cc16380 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -27,16 +27,4 @@ var CommandMap = map[string]*Command{
"new": newCmd,
"pull": pullCmd,
"push": pushCmd,
-
- /*"abandon": abandonCmd,
- "accept": acceptCmd,
- "comment": commentCmd,
- "list": listCmd,
- "pull": pullCmd,
- "push": pushCmd,
- "rebase": rebaseCmd,
- "reject": rejectCmd,
- "request": requestCmd,
- "show": showCmd,
- "submit": submitCmd,*/
}