package main import ( "github.com/gemaraproj/gemara/internal/cmd" ) func main() { cmd.Execute() }