github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/table/smartops/query.go (about) 1 package smartopsTable 2 3 import ( 4 structureSpec "github.com/taubyte/go-specs/structure" 5 "github.com/taubyte/tau-cli/prompts" 6 ) 7 8 func Query(smartops *structureSpec.SmartOp) { 9 prompts.RenderTable(getTableData(smartops, true)) 10 }