mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
76fec1799e
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
13 lines
230 B
Go
13 lines
230 B
Go
package deprecated
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/prysm/v4/cmd/prysmctl/deprecated/checkpoint"
|
|
"github.com/urfave/cli/v2"
|
|
)
|
|
|
|
var Commands []*cli.Command
|
|
|
|
func init() {
|
|
Commands = append(Commands, checkpoint.Commands...)
|
|
}
|