File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ type GPTScript struct {
59
59
ListModels bool `usage:"List the models available and exit" local:"true"`
60
60
ListTools bool `usage:"List built-in tools and exit" local:"true"`
61
61
Server bool `usage:"Start server" local:"true"`
62
- ListenAddress string `usage:"Server listen address" default:"127.0.0.1:0" local:"true" `
62
+ ListenAddress string `usage:"Server listen address" default:"127.0.0.1:0"`
63
63
Chdir string `usage:"Change current working directory" short:"C"`
64
64
Daemon bool `usage:"Run tool as a daemon" local:"true" hidden:"true"`
65
65
Ports string `usage:"The port range to use for ephemeral daemon ports (ex: 11000-12000)" hidden:"true"`
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ type SDKServer struct {
10
10
}
11
11
12
12
func (c * SDKServer ) Customize (cmd * cobra.Command ) {
13
+ cmd .Use = "sys.sdkserver"
13
14
cmd .Args = cobra .NoArgs
14
15
cmd .Hidden = true
15
16
}
You can’t perform that action at this time.
0 commit comments