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