feat: move running server to subcommand

This commit is contained in:
Jef Roosens 2023-06-14 22:16:54 +02:00
parent fcc111b4ef
commit a9e7b215d1
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 119 additions and 81 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
### Changed
* Running the server now uses the `run` CLI subcommand
## [0.2.2](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.2.2)
### Fixed