commandlineparser / commandlineparser/commandline
Add formatting overloads to HelpText.AddXXXLine(s)/Text (a la Console.WriteLine)
- 主要言語
- C#
- スター
- 4.8k
- フォーク
- 478
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
It would be convenient if `AddPostOptionsLine(string value)` and its sibling methods had formatting string (`String.Format` style) overloads such as `AddPostOptionsLine(string format, param args[])`.
This would allow code such as:
```cs
int ExitCodeSuccess = 0;
myHelpText.AddPostOptionsLine("{0} = Success", ExitCodeSuccess);
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Locate the HelpText.AddPostOptionsLine and sibling AddXXXLine(s)/Text methods, then inspect their existing signatures and related tests. Add overloads accepting a format string and parameter arguments, and verify that formatted values produce the expected help text using the repository's relevant test suite.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100