add new command

This commit is contained in:
Callum Waters
2021-12-14 19:15:50 +01:00
parent b1e0d91378
commit ddfbdd2689

View File

@@ -28,6 +28,7 @@ func main() {
cmd.GenNodeKeyCmd,
cmd.VersionCmd,
cmd.RollbackStateCmd,
cmd.SetAppVersionCommand,
debug.DebugCmd,
cli.NewCompletionCmd(rootCmd, true),
)