diff --git a/cmd/add.go b/cmd/add.go index ca6e783..13047b8 100644 --- a/cmd/add.go +++ b/cmd/add.go @@ -62,6 +62,7 @@ var addCmd = &cobra.Command{ PreRun: func(cmd *cobra.Command, args []string) { if verbose { log.SetLevel(log.DebugLevel) + keyring.Debug = true } }, Run: func(cmd *cobra.Command, args []string) { diff --git a/cmd/exec.go b/cmd/exec.go index 0f8cd88..88ce5ef 100644 --- a/cmd/exec.go +++ b/cmd/exec.go @@ -54,6 +54,7 @@ var execCmd = &cobra.Command{ PreRun: func(cmd *cobra.Command, args []string) { if verbose { log.SetLevel(log.DebugLevel) + keyring.Debug = true } }, Run: func(cmd *cobra.Command, args []string) {