Closed DSeeLP closed 3 years ago
Hi, the system looks nice, thanks for implementing it! But I am not sure whether external repositories are the best solution here. What if maintenance expires for KommonCommand? Maybe it would be better to directly integrate it into Kelp.
Ok, should i move it to a namespace in kelp de.pxav or to de.dseelp
That would be nice, thank you. The package name does not really matter I think.
The best solution would probably be to create a sub-package inside the command package, where the Kommon files go, and another sub-package, where the classes of the old command system go (such as CreateCommand
and KelpCommand
, etc.).
Classes used by both of the systems (such as KelpConsoleSender
) remain in the main package.
But if you prefer you can also create a de.dseelp package of course.
The de.dseelp package would be easier to update KommonCommand. So i think i use the de.dseelp package.
Ah okay, I can relate, then use de.dseelp
This pr adds support for my CommandSystem KommonCommand https://github.com/DSeeLP/Kommon/tree/development/command
Resolves #59