Suppressing the Output of the Starting Command in stderr #6246
-
When executing the command bun run test-execute-script --silent --no-update-notifier, the following message is logged in stderr:
I would like to suppress this starting command message from being logged in stderr. Is there a way to achieve this? In Node.js, using the --silent flag suppressed the output of the execution command. Is there an equivalent option or workaround available in bun? |
Beta Was this translation helpful? Give feedback.
Answered by
Jarred-Sumner
Oct 3, 2023
Replies: 1 comment
-
bun flags must go first
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jskorlol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bun flags must go first
bun --silent scripts/test-execute-script.js --no-update-notifier