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

cli: fix Tiltfile generation prompt on Windows #5444

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Conversation

milas
Copy link
Contributor

@milas milas commented Feb 3, 2022

The primary issue here is that Windows is particular about how
os.Stdin + os.Stdout are used, so by passing a wrapper that
contains both (stdin for reads, stdout for writes), it's happy
and things still work on macOS/Linux. Hurray!

The primary issue here is that Windows is particular about how
`os.Stdin` + `os.Stdout` are used, so by passing a wrapper that
contains both (stdin for reads, stdout for writes), it's happy
and things still work on macOS/Linux. Hurray!
@milas milas added bug Something isn't working Windows labels Feb 3, 2022
@milas milas self-assigned this Feb 3, 2022
@milas milas merged commit 820ad19 into master Feb 7, 2022
@milas milas deleted the milas/fix-term-windows branch February 7, 2022 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants