Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
242 stars 33 forks source link

Move commands to a package #333

Closed Southclaws closed 4 years ago

Southclaws commented 4 years ago

This moves the command processing logic out of the main package. Now, main will just call a run function with the command arguments. This will make it easier to write tests and reason about what code is responsible for what.