mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-20 21:23:27 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e35e518368 | |||
| 159d142f37 |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.16 - 2015-11-23
|
||||
|
||||
* jira edit should not require one arguemnt (allow for --query) [Cory Bennett] [[a1eb4a1](https://github.com/Netflix-Skunkworks/go-jira/commit/a1eb4a1)]
|
||||
|
||||
## 0.0.15 - 2015-11-23
|
||||
|
||||
* [[#17](https://github.com/Netflix-Skunkworks/go-jira/issues/17)] print usage on missing arguments [Cory Bennett] [[fd2a2fe](https://github.com/Netflix-Skunkworks/go-jira/commit/fd2a2fe)]
|
||||
|
||||
@@ -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