package main import ( "github.com/Fluffy-Bean/TastyBites/cmd" ) func main() { cmd.Parse() }