INNER CODE UNIT · Go

printLogo

cyberark/kubeletctl · cmd/version.go:24

func printLogo() {
	logo := `
 _           _           _                         _  
| |         | |         | |         _          _  | | 
| |  _ _   _| |__  _____| | _____ _| |_ ____ _| |_| | 
| |_/ ) | | |  _ \| ___ | || ___ (_   _) ___|_   _) | 
|  _ (| |_| | |_) ) ____| || ____| | |( (___  | |_| | 
|_| \_)____/|____/|_____)\_)_____)  \__)____)  \__)\_)

Author: Eviatar Gerzi
Version: 1.13  
GitHub: https://github.com/cyberark/kubeletctl
`
	fmt.Println(logo)
}

// versionCmd represents the version command
var versionCmd = &cobra.Command{

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…