- 添加了可执行文件 shim,现在可以直接通过 `npx
[email protected]` 运行 CLI。
- 帮助/版本横幅使用了 README 中的标语,并添加了彩色示例页脚。
- 添加了 `--verbose` 参数,用于发送和状态输出,实现一致的详细输出。
- 品牌名称改为小写,并将 web 提供商的 UA 更新为 `warelay/cli/0.1.1`。
安装:
```bash
npm install -g
[email protected]
# 或
npx
[email protected] --help
```
- Added executable shim so npx
[email protected] runs the CLI directly.
- Help/version banner uses README tagline with color and a colored examples footer.
- Added --verbose to send and status for consistent noisy output.
- Lowercased branding and updated web provider UA to warelay/cli/0.1.1.
Install:
```bash
npm install -g
[email protected]
# or
npx
[email protected] --help
```