From a4b47b431be9e27f05c1702d22563e0dcf2cc595 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 5 Sep 2025 13:29:31 -0400 Subject: [PATCH] fix: temporary fix to #648 --- cli/run.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cli/run.go b/cli/run.go index ce2358a8..5c5daba3 100644 --- a/cli/run.go +++ b/cli/run.go @@ -220,7 +220,9 @@ Config: rootCmd.PersistentFlags().BoolVarP( &internal.Version, i18n.G("version"), - i18n.G("v"), + // FIXME: temporary workaround for #648 + // i18n.G("v"), + i18n.G(""), false, i18n.G("version for abra"), )