Skip to content

Commit

Permalink
Merge pull request #599 from njhale/fix/cred-subcmd-segfault
Browse files Browse the repository at this point in the history
fix: option hiding in cred subcommands
  • Loading branch information
njhale authored Jul 1, 2024
2 parents 37be71d + 4ab918d commit 134dcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/gptscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 134dcde

Please sign in to comment.