chore: refine post-install next-step prompt#235
Merged
Conversation
Surface a single canonical command (playground init) and note the pg alias once on a dimmed tip line, instead of presenting playground init and pg init as co-equal commands followed by a "both work the same" line. Mirrors the npm/gh/cargo convention. Also drops the alias parenthetical from the dependency-setup failure message.
Contributor
|
Dev build ready — try this branch: |
Contributor
E2E Test Pass · ❌ FAILTag:
Sentry traces: view spans for this run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The post-install
install.shoutput previously showedplayground initandpg initas co-equal commands, followed by a literal "Both commands work the same." line. This reads as childish next to how serious CLIs (npm, gh, cargo, vercel) present a next step.This change surfaces a single canonical command and demotes the alias to one dimmed tip line below the box.
Before:
After:
Also drops the
(or pg init)parenthetical from the dependency-setup failure message for the same reason.Notes