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

Vite Template -- arguments #6566

Open
birkskyum opened this issue Oct 18, 2023 · 0 comments
Open

Vite Template -- arguments #6566

birkskyum opened this issue Oct 18, 2023 · 0 comments
Labels
bug Something isn't working cli Something to do with CLI arguments

Comments

@birkskyum
Copy link
Collaborator

What version of Bun is running?

1.0.6+584e6dd1c2240fd1767b7a7280e4695965f71237

What platform is your computer?

Darwin 23.0.0 arm64 arm

What steps can reproduce the bug?

I.e. to make a new solid app these are the commands that work:

npm create vite@latest my-app -- --template solid-ts
bun create vite@latest my-app --template solid-ts

But for some reason doesn't need these double dashes

What is the expected behavior?

bun create vite@latest my-app -- --template solid-ts

What do you see instead?

bun create vite@latest my-app --template solid-ts

Additional information

Consistency would probably be a good idea here to avoid breaking lots of CI scripts during migrations.

@birkskyum birkskyum added the bug Something isn't working label Oct 18, 2023
@Electroid Electroid added the cli Something to do with CLI arguments label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Something to do with CLI arguments
Projects
None yet
Development

No branches or pull requests

2 participants