Support automatic camel case names -> normal case names
Open
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Given a command signature:
```
public void cmd(@Arg(...) String fooBar) {
}
```
It would be preferable for `fooBar` to be converted into ``, ``, or `` rather than `` in the help text.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.