mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
fix typo
This commit is contained in:
parent
b167d9beaa
commit
9e39e41fb0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
// {{.cmdName}}Cmd respresents the {{.cmdName}} command
|
||||
// {{.cmdName}}Cmd represents the {{.cmdName}} command
|
||||
var {{ .cmdName }}Cmd = &cobra.Command{
|
||||
Use: "{{ .cmdName }}",
|
||||
Short: "A brief description of your command",
|
||||
|
|
Loading…
Reference in a new issue