diff --git a/pkg/cli/gptscript.go b/pkg/cli/gptscript.go index 19a6b2f2..0281cd04 100644 --- a/pkg/cli/gptscript.go +++ b/pkg/cli/gptscript.go @@ -109,6 +109,7 @@ func New() *cobra.Command { newFlag := pflag.Flag{ Name: f.Name, Usage: f.Usage, + Value: f.Value, } if f.Name != "credential-context" {