package main import ( "github.com/OpenChami/magellan/cmd" ) func main() { cmd.Execute() }