aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label add.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-17 14:33:34 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-17 14:33:34 +0200
commit2965b70f4f462b3532bb380c5206e2d940f68c65 (patch)
treef612b5406f2173b981f54c1dfb12c45e1203dea1 /commands/label add.go
parentcc086ebae99dfeb936d9397f4e3eedf5d37a97b1 (diff)
downloadgit-bug-2965b70f4f462b3532bb380c5206e2d940f68c65.tar.gz
commands: add a "label add" command to add new label to a bug
Diffstat (limited to 'commands/label add.go')
-rw-r--r--commands/label add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label add.go b/commands/label add.go
index 6eefa646..c7a37be8 100644
--- a/commands/label add.go
+++ b/commands/label add.go
@@ -46,5 +46,5 @@ var labelAddCmd = &cobra.Command{
}
func init() {
- // labelCmd.AddCommand(labelAddCmd)
+ labelCmd.AddCommand(labelAddCmd)
}