Option to add program description to the help text.
Open
- Dominant language
- Kotlin
- Stars
- 951
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to add a more detailed program description to the help text. Like this.
```
Name: example
Description: runs example
Usage: example options_list
Arguments:
input -> Input file { String }
output -> Output file name (optional) { String }
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the help-text generation entry point and reviewing how the existing name, usage, and arguments are rendered; the work is done when a program description can be supplied and appears in help output in the requested format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100