feat(clustertool): setup logo and version displaying

This commit is contained in:
Kjeld Schouten
2024-10-22 13:23:56 +02:00
parent 8582c6434a
commit 631e18a0f0
3 changed files with 19 additions and 1 deletions
+13
View File
@@ -31,4 +31,17 @@ var (
IndexCache = "./index_cache"
GpgDir = ".cr-gpg" // Adjust the path based on your project structure
Logo = `
_______ _____ _ _
|__ __| / ____| | | |
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
| | '__| | | |/ _ \ | | '_ \ / _` + "`" + ` | '__| __/ __|
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
_______ __ ______ __
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
`
)