github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/i18n/library/help.go (about) 1 package libraryI18n 2 3 import "github.com/pterm/pterm" 4 5 type helper struct{} 6 7 func Help() helper { 8 return helper{} 9 } 10 11 func (helper) BeSureToCloneLibrary() { 12 pterm.Info.Printfln("Be sure to clone the library ( $tau clone library )") 13 } 14 15 func (helper) LibraryAlreadyCloned(dir string) { 16 pterm.Info.Printfln("Library already cloned: %s", dir) 17 }