clean up auto generated comments

This commit is contained in:
2025-05-29 13:11:32 +01:00
parent f249cc2a4d
commit b18a19ee62
2 changed files with 0 additions and 20 deletions

View File

@@ -53,13 +53,4 @@ func Execute() {
}
func init() {
// Here you will define your flags and configuration settings.
// Cobra supports persistent flags, which, if defined here,
// will be global for your application.
// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.exclude.yaml)")
// Cobra also supports local flags, which will only run
// when this action is called directly.
// rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}