mirror of
https://github.com/spf13/cobra
synced 2024-11-04 12:57:14 +00:00
parent
b0d571e7d5
commit
3e71c61197
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ import (
|
|||
{{if .viper}}
|
||||
var cfgFile string
|
||||
{{ 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{
|
||||
Use: "{{ .appName }}",
|
||||
Short: "A brief description of your application",
|
||||
|
|
Loading…
Reference in a new issue