package main

import (
	"github.com/smartcontractkit/chainlink/core/scripts/ccip/revert-reason/command"
)

func main() {
	command.Execute()
}
