Sign in
apache
/
cloudberry-pxf
/
refs/heads/main
/
.
/
cli
/
pxf-cli.go
blob: 8023e62b5e3df9c61ff05e72f47c045fe0eeb746 [
file
]
package main
import (
"pxf-cli/cmd"
)
func main() {
cmd.Execute()
}