Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Handle aliases in CommandRegistry #3

Closed
zocat64 opened this issue Jul 10, 2019 · 0 comments
Closed

Handle aliases in CommandRegistry #3

zocat64 opened this issue Jul 10, 2019 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers
Milestone

Comments

@zocat64
Copy link
Member

zocat64 commented Jul 10, 2019

Aliases are included in ModuleInfo and are fully configurable, but none are set up and CommandRegistry ignores them when searching by name.

@zocat64 zocat64 added feature New feature or request good first issue Good for newcomers labels Jul 10, 2019
@zocat64 zocat64 added this to the 1.0 milestone Jul 13, 2019
@zocat64 zocat64 removed the good first issue Good for newcomers label Jul 18, 2019
zocat64 added a commit that referenced this issue Jul 22, 2019
Changes:
- Update project version to 1.0
- Add ModuleAbout, ModuleScreenshare (#8)
- Migrate ModuleInfo aliases from String[] to immutable List<String>
- Enforce all-lowercase command names / aliases
- Handle aliases in CommandRegistry (#3)
- Move InvalidModuleExceptionTest to correct package
- Reformat some code
- Fix permission check to consider Permission.ADMINISTRATOR
@zocat64 zocat64 closed this as completed Jul 22, 2019
zocat64 added a commit that referenced this issue Jul 22, 2019
Changes:
- Update project version to 1.0
- Add ModuleAbout, ModuleScreenshare (#8)
- Migrate ModuleInfo aliases from String[] to immutable List<String>
- Enforce all-lowercase command names / aliases
- Handle aliases in CommandRegistry (#3)
- Move InvalidModuleExceptionTest to correct package
- Reformat some code
- Fix permission check to consider Permission.ADMINISTRATOR
- Update Travis release uploads to support refactored build tools
zocat64 added a commit that referenced this issue Jul 22, 2019
Changes:
- Update project version to 1.0
- Add ModuleAbout, ModuleScreenshare (#8)
- Migrate ModuleInfo aliases from String[] to immutable List<String>
- Enforce all-lowercase command names / aliases
- Handle aliases in CommandRegistry (#3)
- Move InvalidModuleExceptionTest to correct package
- Reformat some code
- Fix permission check to consider Permission.ADMINISTRATOR
- Update Travis release uploads to support refactored build tools
- Add Linux ARM32 build
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant