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

     1  package libraryTable
     2  
     3  import (
     4  	structureSpec "github.com/taubyte/go-specs/structure"
     5  	"github.com/taubyte/tau-cli/prompts"
     6  )
     7  
     8  func Query(library *structureSpec.Library) {
     9  	prompts.RenderTable(getTableData(library, true))
    10  }