commandlineparser / commandlineparser/commandline
Increase the number of verbs supported
未關閉
- 主要語言
- C#
- 星號
- 4.8k
- 分支
- 478
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Would it be a possible to remove the limit on the number of verbs supported?
Currently the limit is 16.
Ideal would be no limit if that's not possible due to the implementation 32 would be great.
In:
ParserExtensions
.ParseArguments<>
ParserResultExtensions
.MapResult()
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
先閱讀 ParserExtensions.ParseArguments<> 和 ParserResultExtensions.MapResult(),目前的動詞限制就是在這裡回報的。追蹤 16 的限制是如何強制執行的,並檢查現有測試;完成的條件是命令支援超過 16 個動詞,最好不設限制;如果實作限制要求,則支援 32 個。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100