Skip to content

Support automatic camel case names -> normal case names #32

@DarkArc

Description

@DarkArc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions