-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Support bun install <pkg> {--d|--optional}
#1819
Comments
This is blocked until we update |
This is currently blocked by Hejsil/zig-clap#84, which in turn is blocked by ziglang/zig#13779 |
@jwhear Could we still workaround the issue if we provide a long name for every flag? Do we have any flags that are single char only? |
Probably, I'm working on that now. The only parameter that was short-form only is
I am adding long-form |
This seems to be fixed as of 4b63ced. > bun-debug install zod -d
bun add v0.8.2_debug (4b63ced7)
🔍 Resolving [1/1] [uws] connect(registry.npmjs.org, 443)
🔒 Saving lockfile...
installed zod@3.22.2
1 packages installed [159.00ms] "devDependencies": {
"zod": "^3.22.2"
} It also works for |
What version of Bun is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: