disable output styling to ease parsing

This commit is contained in:
Samuel Lorch 2021-11-26 09:48:20 +01:00
parent 8044fbbe19
commit 2c20350be4

View file

@ -6,6 +6,7 @@ import (
"path/filepath"
"time"
"github.com/pterm/pterm"
"github.com/spf13/cobra"
"github.com/spf13/viper"
@ -30,6 +31,8 @@ func Execute() {
}
func init() {
pterm.DisableStyling()
cobra.OnInitialize(initConfig)
rootCmd.CompletionOptions.DisableDefaultCmd = true