request: annotation command prefixes
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 548
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
I would like to be able to parse a class for commands & add a prefix (such as /"coin" bal) to a balance command for a custom currency. How would one go about doing this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the annotation-based command parsing and dispatch entry points, then clarify how a class-level prefix such as /coin should scope the balance command. Done means the requested prefix behavior is defined and covered by an appropriate command-parsing test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100