We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ac369 commit 95302aeCopy full SHA for 95302ae
cmd/root.go
@@ -62,6 +62,7 @@ func makeBashCompletionFileIfNeeded(cmd *cobra.Command) {
62
63
if _, err := fp.WriteString(bashCompletion.String()); err != nil {
64
print.Err(fmt.Errorf("can not write .bash_completion %w", err))
65
+ return
66
}
67
print.Info("create bash-completion file: " + path)
68
return
0 commit comments