We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bun -e
1.0.25
Darwin 22.3.0 arm64 arm
Run with bun -e 'console.log(Bun.argv)' first second third, and output as following
bun -e 'console.log(Bun.argv)' first second third
[ "/Users/xxx/.bun/bin/bun", "/Users/xxx/demo/[eval]", "second", "third" ]
and first param is ignored.
first
No response
The text was updated successfully, but these errors were encountered:
--print process.argv <args>
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.0.25
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
Run with
bun -e 'console.log(Bun.argv)' first second third
, and output as followingand
first
param is ignored.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: