mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 06:57:12 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/bun-feedback
Normal file
21
tldr/bun-feedback
Normal 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}}`
|
||||
Reference in New Issue
Block a user