forked from toolshed/abra
		
	fix: temporary fix to #648
This commit is contained in:
		| @ -220,7 +220,9 @@ Config: | |||||||
| 	rootCmd.PersistentFlags().BoolVarP( | 	rootCmd.PersistentFlags().BoolVarP( | ||||||
| 		&internal.Version, | 		&internal.Version, | ||||||
| 		i18n.G("version"), | 		i18n.G("version"), | ||||||
| 		i18n.G("v"), | 		// FIXME: temporary workaround for #648 | ||||||
|  | 		// i18n.G("v"), | ||||||
|  | 		i18n.G(""), | ||||||
| 		false, | 		false, | ||||||
| 		i18n.G("version for abra"), | 		i18n.G("version for abra"), | ||||||
| 	) | 	) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user