summary history files

cmd/pt/main.go
package main

import "pt/internal/cli"

func main() {
	cli.Execute()
}