package main import ( "github.com/shroff/phylum/server/internal/command" ) func main() { command.SetupCommand() }