EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using .NET 8.
https://evosc.io
GNU General Public License v3.0
21 stars 13 forks source link

Sub commands #113

Open snixtho opened 1 year ago

snixtho commented 1 year ago

Currently, sub commands must be handled by an argument in the command, and error reporting and such things must be handled manually by the developer. Having a way to define sub commands would greatly simplify this process and create a consistent environment for both the end-user and the developers.