mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Add help and version info for server binary
This commit is contained in:
@@ -11,6 +11,7 @@ var (
|
||||
|
||||
// global constants used across multiple files
|
||||
const (
|
||||
AnsiError = "\033[38;5;9m"
|
||||
AnsiReset = "\033[0m"
|
||||
AnsiError = "\033[38;5;9m"
|
||||
AnsiReset = "\033[0m"
|
||||
LibmuttonVersion = "0.2.X"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user