Add help and version info for server binary

This commit is contained in:
2024-05-16 22:22:12 -04:00
parent da044ca59a
commit d8fa62f1ad
4 changed files with 55 additions and 28 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ var (
// global constants used across multiple files
const (
ansiBold = "\033[1m"
AnsiBold = "\033[1m"
ansiBlackOnWhite = "\033[38;5;0;48;5;15m"
)