ultraq / redhorizon

Recreating the original 2D Command & Conquer games
Apache License 2.0
6 stars 4 forks source link

Combine all of the CLI tools into a single one #46

Closed ultraq closed 3 years ago

ultraq commented 3 years ago

It's getting a little annoying having to copy all of the options and shared settings across each of the different CLI tools. I wonder if it'll be easier to create a single CLI tool project, redhorizon-cli, and have each individual tool be a subcommand instead. ie: instead of play ..., it becomes something like redhorizon play ...

🤔

ultraq commented 3 years ago

Done! Glad to finally be able to share lots of code like logging configs and CLI options