feat(clustertool): setup logo and version displaying
This commit is contained in:
@@ -31,4 +31,17 @@ var (
|
||||
|
||||
IndexCache = "./index_cache"
|
||||
GpgDir = ".cr-gpg" // Adjust the path based on your project structure
|
||||
Logo = `
|
||||
_______ _____ _ _
|
||||
|__ __| / ____| | | |
|
||||
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
|
||||
| | '__| | | |/ _ \ | | '_ \ / _` + "`" + ` | '__| __/ __|
|
||||
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|
||||
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
|
||||
_______ __ ______ __
|
||||
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
|
||||
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
|
||||
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
|
||||
|
||||
`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user