chore: remove extra comments from files

This commit is contained in:
2025-09-30 21:18:08 +05:30
parent 99978d44b6
commit 1e4fc8539b
12 changed files with 1 additions and 129 deletions

View File

@@ -68,14 +68,4 @@ var listCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(listCmd)
// Here you will define your flags and configuration settings.
// Cobra supports Persistent Flags which will work for this command
// and all subcommands, e.g.:
// listCmd.PersistentFlags().String("foo", "", "A help for foo")
// Cobra supports local flags which will only run when this command
// is called directly, e.g.:
// listCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}