package main

import (
	"github.com/smartcontractkit/chainlink/core/scripts/chaincli/command"
)

func main() {
	command.Execute()
}
