added docs

mine
derailed 2019-03-25 14:50:04 -06:00
parent 429415b673
commit 96374b8d5c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ const (
product = "Kubernetes CLI Island Style!" product = "Kubernetes CLI Island Style!"
) )
// LogoSmall K9s small log.
var LogoSmall = []string{ var LogoSmall = []string{
` ____ __.________ `, ` ____ __.________ `,
`| |/ _/ __ \______`, `| |/ _/ __ \______`,
@ -22,6 +23,7 @@ var LogoSmall = []string{
` \/ \/ `, ` \/ \/ `,
} }
// Logo K9s big logo for splash page.
var Logo = []string{ var Logo = []string{
` ____ __.________ _________ .____ .___ `, ` ____ __.________ _________ .____ .___ `,
`| |/ _/ __ \_____\_ ___ \| | | |`, `| |/ _/ __ \_____\_ ___ \| | | |`,