Skip to content

Commit 89efaa9

Browse files
authored
fix: remove --version from gptscript credentials (#242)
Signed-off-by: Grant Linville <[email protected]>
1 parent 5a8a685 commit 89efaa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cli/credential.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
cmd2 "github.com/acorn-io/cmd"
1010
"github.com/gptscript-ai/gptscript/pkg/config"
1111
"github.com/gptscript-ai/gptscript/pkg/credentials"
12-
"github.com/gptscript-ai/gptscript/pkg/version"
1312
"github.com/spf13/cobra"
1413
)
1514

@@ -20,7 +19,6 @@ type Credential struct {
2019

2120
func (c *Credential) Customize(cmd *cobra.Command) {
2221
cmd.Use = "credential"
23-
cmd.Version = version.Get().String()
2422
cmd.Aliases = []string{"cred", "creds", "credentials"}
2523
cmd.Short = "List stored credentials"
2624
cmd.Args = cobra.NoArgs

0 commit comments

Comments
 (0)