HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun feedback — Send feedback to Bun. More information: <https://bun.com/docs/feedback#use-bun-feedback>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
sendcommandbun feedbackfeedbackbuncliinformationmore

Problem

How to use the bun feedback command: Send feedback to Bun. More information: <https://bun.com/docs/feedback#use-bun-feedback>.

Solution

bun feedback — Send feedback to Bun. More information: <https://bun.com/docs/feedback#use-bun-feedback>.

Send text as feedback:
bun feedback "{{Feedback text!}}"


Send one or more files as feedback:
bun feedback {{path/to/file1 path/to/file2 ...}}


Send feedback with email address attached:
bun feedback {{path/to/file|text}} {{[-e|--email]}} {{email@address}}

Code Snippets

Send text as feedback

bun feedback "{{Feedback text!}}"

Send one or more files as feedback

bun feedback {{path/to/file1 path/to/file2 ...}}

Send feedback with email address attached

bun feedback {{path/to/file|text}} {{[-e|--email]}} {{email@address}}

Context

tldr-pages: common/bun feedback

Revisions (0)

No revisions yet.