mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
jira edit should not require one arguemnt (allow for --query)
This commit is contained in:
@@ -291,7 +291,6 @@ Command Options:
|
||||
case "list":
|
||||
err = c.CmdList()
|
||||
case "edit":
|
||||
requireArgs(1)
|
||||
setEditing(true)
|
||||
if len(args) > 0 {
|
||||
err = c.CmdEdit(args[0])
|
||||
|
||||
Reference in New Issue
Block a user