package main import ( "rmm-hunter/cmd" ) func main() { cmd.Execute() }