refactor to use app package instead of service
refactor app to be composable
This commit is contained in:
@@ -44,6 +44,6 @@ func executePMCommand(input string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
output, err := issuesCmd.ExecuteArgsString(parts)
|
||||
output, err := issues.ExecuteArgsString(parts)
|
||||
return output, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user