Skip to content

Conversation

Rich-Harris
Copy link
Member

'Svelte Playground' sounds like branding, and we don't describe it that way elsewhere — it's always just 'the playground'. Adding a link eliminates any lingering ambiguity.

Incidentally, the first thing I tried was a URL with a hash fragment:

npx sv create --from-playground=https://svelte.dev/playground/hello-world?version=5.38.10#H4sIAAAAAAAAE22MwQrCMBBEf6XMSUEUr6EI3vwH8RDNFANrUprVKKX_7gY8OqeZN7szI_kH4XCiSO5qniR0K4aoDGtsMERhgTvP0M_Y7how_vs6juO2vCja2NUX_uO3nJRJbQb9fX-o2dTvzFmnfCucTk8uF0s-So0pwA1eCpcv0Qw8IZ4AAAA

This resulted in an error:

zsh: no matches found: --from-playground=(url)

It works if you quote the URL, so I think we should do that in the example

Copy link

changeset-bot bot commented Sep 12, 2025

⚠️ No Changeset found

Latest commit: d82d68b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Sep 12, 2025

Open in StackBlitz

npx https://pkg.pr.new/sveltejs/cli/sv@707
npx https://pkg.pr.new/sveltejs/cli/svelte-migrate@707

commit: d82d68b

@svelte-docs-bot
Copy link

Copy link
Contributor

@jycouet jycouet left a comment

Choose a reason for hiding this comment

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

I didn't know, but it seems that zsh has aggressive globbing. So the ? is the root cause of this.

Yes, quoting will help in all shell.

Thx

@jycouet jycouet merged commit bf36ebc into main Sep 12, 2025
8 checks passed
@jycouet jycouet deleted the Rich-Harris-patch-1 branch September 12, 2025 18:56
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