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