99designs / 99designs/cmdstalk
Make max releases configurable on command line
オープン
初心者向け
- 主要言語
- Go
- スター
- 76
- フォーク
- 14
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The max number of tries is [hardcoded to 10](https://github.com/99designs/cmdstalk/blob/fbd704da919d283643e673bd02efcf0221224b92/broker/broker.go#L30). It would be nice if that was configurable through a command line flag.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The hardcoded max tries is in broker/broker.go line 30. Look for where command-line flags are parsed, likely in main.go or a config package. Add a flag, pass it to the broker, and update the constant. Run the existing tests to ensure nothing breaks.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 70/100