bun-feedback: add page (#19354)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
This commit is contained in:
sapbotgit
2025-11-14 21:50:51 +05:00
committed by GitHub
parent 3ff1f277d6
commit 8739a29fa3
+16
View File
@@ -0,0 +1,16 @@
# bun feedback
> Sends 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}}`