Skip to content

Commit 134dcde

Browse files
authored
Merge pull request #599 from njhale/fix/cred-subcmd-segfault
fix: option hiding in cred subcommands
2 parents 37be71d + 4ab918d commit 134dcde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/gptscript.go

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ func New() *cobra.Command {
109109
newFlag := pflag.Flag{
110110
Name: f.Name,
111111
Usage: f.Usage,
112+
Value: f.Value,
112113
}
113114

114115
if f.Name != "credential-context" {

0 commit comments

Comments
 (0)