mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 14:55:05 -04:00
Print feedback for hugo genautocomplete
This commit is contained in:
parent
c69835daba
commit
7555e364d0
@ -38,6 +38,8 @@ or just source them in directly:
|
||||
err := cmd.Root().GenBashCompletionFile(autocompleteTarget)
|
||||
if err != nil {
|
||||
jww.FATAL.Fatalln("Failed to generate shell completion file:", err)
|
||||
} else {
|
||||
jww.FEEDBACK.Println("Bash completion file for Hugo saved to", autocompleteTarget)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user