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