Skip to content

Commit

Permalink
Allow to use swego from explorer on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
faudon committed Oct 25, 2021
1 parent 567820f commit ad25db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func Execute() {

func init() {
cobra.OnInitialize(initConfig)
cobra.MousetrapHelpText = ""

rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.Swego.yaml)")

Expand Down

0 comments on commit ad25db4

Please sign in to comment.