CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
未关闭
cli
good first issue
miner
- 主要语言
- Rust
- 星标
- 256
- 派生
- 50
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, the below command works without any error or warning.
```sh
./codechain --notify-work 127.0.0.1:3333 ...
```
But actually, it should be like:
```sh
./codechain --notify-work http://127.0.0.1:3333 ...
```
贡献指南
调研方向
从 ./codechain 入口点中对 --notify-work 的命令行处理开始,检查其值是如何解析的。检查 127.0.0.1:3333 和 http://127.0.0.1:3333 的行为;当格式错误的非 URL 值产生错误或警告,而有效 URL 继续正常工作时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100