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.
Given a command signature:
It would be preferable for
fooBarto be converted into<foo bar>,<foo_bar>, or<foo-bar>rather than<fooBar>in the help text.