Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Extract an argument parser out of DefaultCommandRegistry #73

Closed Paul2708 closed 3 years ago

Paul2708 commented 3 years ago

The DefaultCommandRegistry does a lot of things including argument parsing, optional declaration etc. These steps should be refactored by using a new object - an argument parser.

Paul2708 commented 3 years ago

A proper name would be ParameterToArgumentMapper.