@ -150,7 +150,7 @@ import (
 | 
				
			|||||||
{{if .viper}}
 | 
					{{if .viper}}
 | 
				
			||||||
var cfgFile string
 | 
					var cfgFile string
 | 
				
			||||||
{{ end }}
 | 
					{{ end }}
 | 
				
			||||||
// This represents the base command when called without any subcommands
 | 
					// RootCmd represents the base command when called without any subcommands
 | 
				
			||||||
var RootCmd = &cobra.Command{
 | 
					var RootCmd = &cobra.Command{
 | 
				
			||||||
	Use:   "{{ .appName }}",
 | 
						Use:   "{{ .appName }}",
 | 
				
			||||||
	Short: "A brief description of your application",
 | 
						Short: "A brief description of your application",
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user