github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/prompts/library/constants.go (about)

     1  package libraryPrompts
     2  
     3  const (
     4  	NamePrompt   = "Library Name:"
     5  	SelectPrompt = "Select a Library:"
     6  
     7  	CreateThis = "Create this library?"
     8  	DeleteThis = "Delete this library?"
     9  	EditThis   = "Edit this library?"
    10  	NoneFound  = "no libraries found"
    11  	NotFound   = "library `%s` not found"
    12  )