summary history files

cmd/gt/main.go
package main

import "gt/internal/cli"

func main() {
	cli.Execute()
}