Skip to content

Move all commands to their own .cpp file within the commands directory #9

@CanadianZombies

Description

@CanadianZombies

All commands are to be moved into their own respective .cpp file. Example being:

cmd_alias.cpp, contains only an include for a header, and the actual command cmd_alias.

What this does is help us work towards debugging the overall system, it will make the system easier to debug in the long run, while making the overall executable larger, the tradeoff is worth it for debugging purposes.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions