EngineHub / EngineHub/Piston

Support automatic camel case names -> normal case names

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.