mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
## CLI Usage
|
|
|
|
```bash
|
|
bun feedback [options] [feedback text ... | files ...]
|
|
```
|
|
|
|
### Contact Information
|
|
|
|
<ParamField path="--email" type="string">
|
|
Set the email address used for this submission. Alias: <code>-e</code>
|
|
</ParamField>
|
|
|
|
### Help
|
|
|
|
<ParamField path="--help" type="boolean">
|
|
Show this help message and exit. Alias: <code>-h</code>
|
|
</ParamField>
|