ddiu8081 / bilicli

🎛️ Bilibili-live danmu dashboard in your terminal.

Home Page:https://npmjs.com/bilicli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.4.1、v0.4.2 无法启动

CafeAuLait-CC opened this issue · comments

commented

npx bilicli@latest xxx
npx bilicli@0.4.1 xxx
npx bilicli@0.4.2 xxx
使用以上三条命令时,程序直接退出,没有任何输出信息。

npx bilicli@0.3.2 xxx 可以正常使用。

commented

v0.4 有一个 breaking change: 加入了 lite 界面(lite暂不支持参数),且启动命令有了变化

// 原界面变为了 bilicli live-full xxx
npx bilicli@latest live-full xxx

// 新的 lite 模式
npx bilicli@latest live xxx

现在直接退出确实不太合理,我在这个命令加上帮助文档吧

commented

OK,谢谢!