package main import ( "davidallendj/magellan/cmd" // smd "github.com/alexlovelltroy/hms-smd/pkg/redfish" ) func main() { cmd.Execute() }