commit to merge branches

This commit is contained in:
2025-09-12 19:13:46 +03:00
parent cc27843bb3
commit 625e5daf71
5 changed files with 20 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ var runCmd = &cobra.Command{
Short: "Run node normally",
Long: `
"run" starts the node with settings depending on the configuration file`,
// hooks.Run essentially the heart of the program
Run: hooks.Run,
}