fix: temporary fix to #648

This commit is contained in:
3wc
2025-09-05 13:29:31 -04:00
parent bddf8039af
commit a4b47b431b

View File

@ -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"),
)