chore(display): follow api docs

This commit is contained in:
2025-11-18 14:55:21 +01:00
parent 3b8647e031
commit 3891fd7a4a
3 changed files with 36 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type CommandResponse struct {
}
type ErrorResponse struct {
Error string `json:"error"`
Description string `json:"description"`
}
func RunShellCommand(cmd *exec.Cmd) CommandResponse {