Skip to content

Commit

Permalink
fix: Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtprogru committed Nov 21, 2024
1 parent 49a28c8 commit 6756e35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ func Execute() {
func init() {
cobra.OnInitialize(initConfig)

// 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/.gch.yaml)")
}

Expand Down

0 comments on commit 6756e35

Please sign in to comment.