Removed unused CLI flag added by default implementation

This commit is contained in:
Philipp Wolfer 2023-11-14 15:14:54 +01:00
parent 5a85987476
commit 503449c43d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -66,7 +66,7 @@ func init() {
// Cobra also supports local flags, which will only run // Cobra also supports local flags, which will only run
// when this action is called directly. // when this action is called directly.
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") // rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
} }
func defaultConfigDir() string { func defaultConfigDir() string {