chore(cmd): add --taiko flag (#365)

This commit is contained in:
maskpp 2025-01-08 16:31:26 +08:00 committed by GitHub
parent 283fedd05b
commit ca784a23df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,6 +260,8 @@ func init() {
debug.Flags,
metricsFlags,
)
// CHANGE(taiko): append Taiko flags into the original GETH flags
app.Flags = append(app.Flags, utils.TaikoFlag)
flags.AutoEnvVars(app.Flags, "GETH")