commandlineparser / commandlineparser/commandline
Generate list of enum values in help text as lowercase
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
Since there is a parser option `CaseInsensitiveEnumValues` it would be also desirable to output help text for enum options in lowercase. Right now it outputs enum names as-is, most popular being PacalCase. This may be an option for `HelpText.AutoBuild`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the parser option CaseInsensitiveEnumValues and the HelpText.AutoBuild path mentioned in the issue, then trace how enum names are added to generated help text. Determine whether lowercase output should be controlled by an AutoBuild option, and verify that generated enum help values use the intended casing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100