Piston icon indicating copy to clipboard operation
Piston copied to clipboard

Support automatic camel case names -> normal case names

Open DarkArc opened this issue 5 years ago • 0 comments

Given a command signature:

public void cmd(@Arg(...) String fooBar) {
}

It would be preferable for fooBar to be converted into <foo bar>, <foo_bar>, or <foo-bar> rather than <fooBar> in the help text.

DarkArc avatar Jun 30 '20 01:06 DarkArc