mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
disable output styling to ease parsing
This commit is contained in:
parent
8044fbbe19
commit
2c20350be4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue