mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 21:20:48 +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{
|
jiracli.CommandRegistry{
|
||||||
Command: "labels set",
|
Command: "labels set",
|
||||||
Entry: jiracmd.CmdLabelsAddRegistry(o),
|
Entry: jiracmd.CmdLabelsSetRegistry(o),
|
||||||
},
|
},
|
||||||
jiracli.CommandRegistry{
|
jiracli.CommandRegistry{
|
||||||
Command: "labels remove",
|
Command: "labels remove",
|
||||||
Entry: jiracmd.CmdLabelsAddRegistry(o),
|
Entry: jiracmd.CmdLabelsRemoveRegistry(o),
|
||||||
Aliases: []string{"rm"},
|
Aliases: []string{"rm"},
|
||||||
},
|
},
|
||||||
jiracli.CommandRegistry{
|
jiracli.CommandRegistry{
|
||||||
|
|||||||
Reference in New Issue
Block a user