Skip to content

Commit

Permalink
jira edit should not require one arguemnt (allow for --query)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Nov 24, 2015
1 parent e67ffb6 commit a1eb4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit a1eb4a1

Please sign in to comment.