mirror of https://github.com/spf13/cobra.git
Update README.md
This commit is contained in:
parent
99ff9334bd
commit
d7cfb13474
|
@ -323,6 +323,10 @@ func init() {
|
||||||
viper.SetDefault("license", "apache")
|
viper.SetDefault("license", "apache")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Execute() {
|
||||||
|
rootCmd.Execute()
|
||||||
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Don't forget to read config either from cfgFile or from home directory!
|
// Don't forget to read config either from cfgFile or from home directory!
|
||||||
if cfgFile != "" {
|
if cfgFile != "" {
|
||||||
|
|
Loading…
Reference in New Issue