mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-30 01:38:28 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e35e518368 | |||
| 159d142f37 |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
## 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)]
|
* [[#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":
|
case "list":
|
||||||
err = c.CmdList()
|
err = c.CmdList()
|
||||||
case "edit":
|
case "edit":
|
||||||
requireArgs(1)
|
|
||||||
setEditing(true)
|
setEditing(true)
|
||||||
if len(args) > 0 {
|
if len(args) > 0 {
|
||||||
err = c.CmdEdit(args[0])
|
err = c.CmdEdit(args[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user