package main
import (
"github.com/ledgerwatch/erigon/cmd/headers/commands"
)
// generate the messages
func main() {
commands.Execute()
}