move commands from jiracli package to jiracmd package

This commit is contained in:
Cory Bennett
2017-09-02 09:14:54 -07:00
parent de1460ddc9
commit 0a5510b231
40 changed files with 417 additions and 384 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ type Error struct {
error
}
func cliError(cause error) error {
func CliError(cause error) error {
return &Error{
errors.WithStack(cause),
}