github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/i18n/dream/help.go (about)

     1  package dreamI18n
     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) IsAValidBinary() {
    12  	pterm.Info.Printfln("command `dream` failed, do you have a valid binary? <insert docs link>")
    13  }
    14  
    15  func (helper) IsDreamlandRunning() {
    16  	pterm.Info.Printfln("Have you started dreamland? ( $tau dream )")
    17  }