Enum for storing command types
Lookup constant for storing a list of command descriptions
Service class for command functions.
Model for constant typing.
This task is just for the structure of the command module, future task will require building out different commands.
Create command service architecture:
Enum for storing command types Lookup constant for storing a list of command descriptions Service class for command functions. Model for constant typing.
This task is just for the structure of the command module, future task will require building out different commands.