This commit is contained in:
Robert Janetzko 2022-05-10 15:49:15 +00:00
parent 52bffc322d
commit 2a02b4606d

View File

@ -80,6 +80,7 @@ var rootCmd = &cobra.Command{
}
func main() {
cobra.MousetrapHelpText = ""
if err := rootCmd.Execute(); err != nil {
fmt.Fprintln(os.Stderr, err)
os.Exit(1)