You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling jira without any parameters result in a runtime error. Recommend spitting out the help text or a clear usage message.
> jira
panic: runtime error: index out of range
goroutine 1 [running]:
main.main()
/private/tmp/go-jira20151123-82731-1ttgffd/go-jira-0.0.14/src/github.com/Netflix-Skunkworks/go-jira/jira/main.go:220 +0x44bb
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.5.1/libexec/src/runtime/asm_amd64.s:1696 +0x1
The text was updated successfully, but these errors were encountered:
Calling jira without any parameters result in a runtime error. Recommend spitting out the help text or a clear usage message.
The text was updated successfully, but these errors were encountered: