Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-15 00:19:52 +00:00
parent 2f0bb2e110
commit cb2b02c321
11 changed files with 240 additions and 6 deletions

21
tldr/bun-feedback Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`