Commit 24a26fce authored by Will Cory's avatar Will Cory

fix: Fix cli flags

parent b9238afd
......@@ -99,6 +99,7 @@ func (c *Cli) Run(args []string) error {
func NewCli(GitVersion string, GitCommit string, GitDate string) *Cli {
flags := []cli.Flag{ConfigFlag}
flags = append(flags, log.CLIFlags("indexer")...)
app := &cli.App{
Version: fmt.Sprintf("%s-%s", GitVersion, params.VersionWithCommit(GitCommit, GitDate)),
Description: "An indexer of all optimism events with a serving api layer",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment