Add command usage example

This commit is contained in:
Jonas Kaninda
2024-10-30 04:52:49 +01:00
parent 5537292bc6
commit 02dcd4dc75
4 changed files with 10 additions and 5 deletions

View File

@@ -29,3 +29,7 @@ func FullVersion() string {
}
return ver
}
const MainExample = "Initialize config: init config --output config.yml\n" +
"Start server: server \n" +
"Start server with custom config file: server --config config.yml"