mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Wrap client-stats flags (#10966)
This commit is contained in:
@@ -29,6 +29,10 @@ var appFlags = []cli.Flag{
|
||||
flags.ScrapeIntervalFlag,
|
||||
}
|
||||
|
||||
func init() {
|
||||
appFlags = cmd.WrapFlags(appFlags)
|
||||
}
|
||||
|
||||
func main() {
|
||||
app := cli.App{}
|
||||
app.Name = "client-stats"
|
||||
|
||||
Reference in New Issue
Block a user