mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 04:58:30 +02:00
move commands from jiracli package to jiracmd package
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ type Error struct {
|
||||
error
|
||||
}
|
||||
|
||||
func cliError(cause error) error {
|
||||
func CliError(cause error) error {
|
||||
return &Error{
|
||||
errors.WithStack(cause),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user