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