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(tui): only display interactive message on tasks with stdin #9966

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

chris-olszewski
Copy link
Member

Description

We should only be displaying the interactive message if the underlying task has a stdin allowing it to be interacted with.

Testing Instructions

Added unit test. Quick verified that tasks that aren't interactive don't have the footer text.

Copy link

vercel bot commented Feb 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 2:50am

Copy link
Contributor

@anthonyshew anthonyshew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, huge. Thanks for picking this up.

@chris-olszewski chris-olszewski merged commit 4a3de2c into main Feb 14, 2025
39 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_interactive_message branch February 14, 2025 13:08
joshnuss pushed a commit to joshnuss/turborepo that referenced this pull request Feb 15, 2025
…l#9966)

### Description

We should only be displaying the interactive message if the underlying
task has a `stdin` allowing it to be interacted with.

### Testing Instructions

Added unit test. Quick verified that tasks that aren't interactive don't
have the footer text.
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