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