From 8d9a96eb9d45eaf6cf6d48ab63830f0aa4e3780e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=89AU?= Date: Wed, 18 Dec 2024 17:55:25 +0100 Subject: [PATCH] fix gofumpt --- docs/keybindings/Keybindings_de.md | 2 +- docs/keybindings/Keybindings_en.md | 2 +- docs/keybindings/Keybindings_es.md | 2 +- docs/keybindings/Keybindings_fr.md | 2 +- docs/keybindings/Keybindings_nl.md | 2 +- docs/keybindings/Keybindings_pl.md | 2 +- docs/keybindings/Keybindings_pt.md | 2 +- docs/keybindings/Keybindings_tr.md | 2 +- docs/keybindings/Keybindings_zh.md | 2 +- pkg/gui/subprocess.go | 1 - 10 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/keybindings/Keybindings_de.md b/docs/keybindings/Keybindings_de.md index f463e21bd..9dfa3140f 100644 --- a/docs/keybindings/Keybindings_de.md +++ b/docs/keybindings/Keybindings_de.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: entfernen e: hide/show stopped containers p: pause - s: anhalten + s: start/stop r: neustarten a: anbinden m: zeige Protokolle diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index a5a8ff3f0..6639c6b18 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: remove e: hide/show stopped containers p: pause - s: stop + s: start/stop r: restart a: attach m: view logs diff --git a/docs/keybindings/Keybindings_es.md b/docs/keybindings/Keybindings_es.md index ff4eee148..314e58eaa 100644 --- a/docs/keybindings/Keybindings_es.md +++ b/docs/keybindings/Keybindings_es.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: borrar e: esconder/mostrar contenedores parados p: pausa - s: parar + s: start/stop r: reiniciar a: attach m: ver logs diff --git a/docs/keybindings/Keybindings_fr.md b/docs/keybindings/Keybindings_fr.md index 64fb4197d..369fbafd2 100644 --- a/docs/keybindings/Keybindings_fr.md +++ b/docs/keybindings/Keybindings_fr.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: supprimer e: cacher/montrer les conteneurs arrêtés p: pause - s: arrêter + s: start/stop r: redémarrer a: attacher m: voir les enregistrements diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md index 3de0c93e8..d784855ab 100644 --- a/docs/keybindings/Keybindings_nl.md +++ b/docs/keybindings/Keybindings_nl.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: verwijder e: verberg gestopte containers p: pause - s: stop + s: start/stop r: herstart a: verbinden m: bekijk logs diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md index 8d46b0efe..0b99a9e11 100644 --- a/docs/keybindings/Keybindings_pl.md +++ b/docs/keybindings/Keybindings_pl.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: usuń e: hide/show stopped containers p: pause - s: zatrzymaj + s: start/stop r: restartuj a: przyczep m: pokaż logi diff --git a/docs/keybindings/Keybindings_pt.md b/docs/keybindings/Keybindings_pt.md index 41604314c..c703a641f 100644 --- a/docs/keybindings/Keybindings_pt.md +++ b/docs/keybindings/Keybindings_pt.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: remover e: ocultar/mostrar contêineres parados p: pausar - s: parar + s: start/stop r: reiniciar a: anexar m: ver logs diff --git a/docs/keybindings/Keybindings_tr.md b/docs/keybindings/Keybindings_tr.md index 018f68c28..0ceea2412 100644 --- a/docs/keybindings/Keybindings_tr.md +++ b/docs/keybindings/Keybindings_tr.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: kaldır e: hide/show stopped containers p: pause - s: durdur + s: start/stop r: yeniden başlat a: bağlan/iliştir m: kayıt defterini görüntüle diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md index 8b1607dde..38f49708b 100644 --- a/docs/keybindings/Keybindings_zh.md +++ b/docs/keybindings/Keybindings_zh.md @@ -19,7 +19,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct d: 移除 e: 隐藏/显示已停止的容器 p: 暂停 - s: 停止 + s: start/stop r: 重新启动 a: attach m: 查看日志 diff --git a/pkg/gui/subprocess.go b/pkg/gui/subprocess.go index 05549ce6c..300bfca45 100644 --- a/pkg/gui/subprocess.go +++ b/pkg/gui/subprocess.go @@ -75,7 +75,6 @@ func (gui *Gui) runCommand(cmd *exec.Cmd, msg string) error { fmt.Fprintf(os.Stdout, "\n%s\n\n", utils.ColoredString(msg, color.FgGreen)) } err := cmd.Run() - if err != nil { gui.Log.Error(err) }