package main // TODO: Log actions // TODO: Use cobra for verbose, cache-bust flags import ( "lunch/cmd" ) func main() { cmd.Execute() }