使用 bun feedback 直接向 Bun 团队分享反馈、错误报告和功能请求。
bash
bun feedback "Love the new release!"
bun feedback report.txt details.log
echo "please document X" | bun feedback --email you@example.com你可以提供文本参数、文件路径或管道输入作为反馈。
CLI 用法
bash
bun feedback [options] [feedback text ... | files ...]联系信息
--emailstring 设置用于此提交的电子邮件地址。别名:
-e帮助
--helpboolean 显示此帮助消息并退出。别名:
-h