We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2e3b7 commit 9449cf8Copy full SHA for 9449cf8
cmd/completion/fish/fish.go
@@ -21,7 +21,7 @@ func NewCommand() *cobra.Command {
21
cmd := &cobra.Command{
22
Args: cobra.NoArgs,
23
Use: "fish",
24
- Short: "Generate shel completion for fish",
+ Short: "Generate shell completion for fish",
25
RunE: func(cmd *cobra.Command, args []string) error {
26
return cmd.Parent().Parent().GenFishCompletion(os.Stdout, true)
27
},
0 commit comments