summaryrefslogtreecommitdiffstatshomepage
path: root/commands/command.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-18 16:41:09 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-18 16:41:09 +0200
commitcfa11372cbcbb5f4553f3dcd8897d5f5207c6507 (patch)
treea5136685378a9c3310c86700bbeaf34338281f9a /commands/command.go
parentba3281dc9918fa49f10c2a166b5b631a931d2d51 (diff)
downloadgit-bug-cfa11372cbcbb5f4553f3dcd8897d5f5207c6507.tar.gz
git-bug-cfa11372cbcbb5f4553f3dcd8897d5f5207c6507.zip
implement label op+command
Diffstat (limited to 'commands/command.go')
-rw-r--r--commands/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.go b/commands/command.go
index 30f86848..89420b46 100644
--- a/commands/command.go
+++ b/commands/command.go
@@ -47,6 +47,7 @@ func init() {
"close": closeCmd,
"commands": commandsCmd,
"comment": commentCmd,
+ "label": labelCmd,
"ls": lsCmd,
"new": newCmd,
"open": openCmd,