chore: add route config check

This commit is contained in:
Jonas Kaninda
2024-11-18 12:58:49 +01:00
parent bc60fc78e0
commit b545027969
6 changed files with 131 additions and 76 deletions

View File

@@ -28,4 +28,5 @@ func FullVersion() {
const MainExample = "Initialize config: config init --output config.yml\n" +
"Start server: server \n" +
"Start server with custom config file: server --config config.yml"
"Start server with custom config file: server --config config.yml \n" +
"Check config file: config init -f -o config.yml"