Support automatic camel case names -> normal case names

Open
#32 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
cli

Research direction

No file or test is named. Start by tracing how the command signature's parameter name reaches generated help text, then define and implement one normal-name conversion for camel-case parameters such as fooBar; done means the help text no longer displays fooBar unchanged.

Written by the indexing model from the issue text.

Description

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.

Dominant language
Java
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EngineHub/Piston

All issues in EngineHub/Piston

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.