This commit is contained in:
Khosrow Moossavi
2023-12-18 18:10:12 -05:00
committed by GitHub
parent eb2e3b77ea
commit 9449cf8e7d

View File

@@ -21,7 +21,7 @@ func NewCommand() *cobra.Command {
cmd := &cobra.Command{
Args: cobra.NoArgs,
Use: "fish",
Short: "Generate shel completion for fish",
Short: "Generate shell completion for fish",
RunE: func(cmd *cobra.Command, args []string) error {
return cmd.Parent().Parent().GenFishCompletion(os.Stdout, true)
},