skiqqy / C45DiscordBot

Proprietary™ (Thats a joke btw) C45 discord bot.
MIT License
2 stars 1 forks source link

Compress scripts into single script with arguments #40

Closed DavidBakerEffendi closed 4 years ago

DavidBakerEffendi commented 4 years ago

Motivated by the need to reduce the number of scripts in the repository, we should make a single one with arguments to indicate what job to execute. e.g.

$ ./c45bot compile
$ ./c45bot start
$ ./c45bot test
DavidBakerEffendi commented 4 years ago

If those three arguments aren't used we should default to print a help or usage message.