Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: stop binding os.Stdin to sub commands #472

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

thedadams
Copy link
Contributor

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.

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 <[email protected]>
@thedadams thedadams merged commit 039376c into gptscript-ai:main Jun 10, 2024
2 checks passed
@thedadams thedadams deleted the remove-cmd-os-stdin branch June 10, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants