package main
import (
"github.com/host-uk/core/pkg/display/cmd/demo-cli/cmd"
)
func main() {
cmd.Execute()
}