You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binding os.Stdin, which will not be closed in gptscript, causes issues
with Windows because the subcommand will wait for stdin to be closed
before launching. Since we are not using stdin with subcommands, this
binding can safely be removed.
Signed-off-by: Donnie Adams <donnie@acorn.io>
0 commit comments