main.go (7 lines of code) (raw):

package main import ( "github.com/Azure/grept/cmd" ) func main() { cmd.Execute() }