mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-01 10:48:27 +02:00
call correct function for labels remove|set commands
This commit is contained in:
+2
-2
@@ -242,11 +242,11 @@ func main() {
|
||||
},
|
||||
jiracli.CommandRegistry{
|
||||
Command: "labels set",
|
||||
Entry: jiracmd.CmdLabelsAddRegistry(o),
|
||||
Entry: jiracmd.CmdLabelsSetRegistry(o),
|
||||
},
|
||||
jiracli.CommandRegistry{
|
||||
Command: "labels remove",
|
||||
Entry: jiracmd.CmdLabelsAddRegistry(o),
|
||||
Entry: jiracmd.CmdLabelsRemoveRegistry(o),
|
||||
Aliases: []string{"rm"},
|
||||
},
|
||||
jiracli.CommandRegistry{
|
||||
|
||||
Reference in New Issue
Block a user