updated cobra function for shell completion (#304)

This commit is contained in:
Allen Conlon
2024-08-22 22:06:16 -04:00
committed by GitHub
parent d633eeffcc
commit 20958826ef

View File

@@ -9,7 +9,7 @@ import (
func addCompletion(parent *cobra.Command) {
cmd := &cobra.Command{
Use: "completion",
Use: "hauler completion",
Short: "Generates completion scripts for various shells",
Long: `The completion sub-command generates completion scripts for various shells.`,
}