package main import ( "github.com/ledgerwatch/erigon/cmd/state/commands" ) func main() { commands.Execute() }