commands.sh

bun feedback

all

Send feedback to Bun.

More info →

Options (1)

-e, --emailboolean

Send feedback with email address attached

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

Examples (3)

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
made by @shridhargupta | data from tldr-pages