Skip to content

Commit

Permalink
update cmd root
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtinms committed Sep 5, 2024
1 parent 3b25b33 commit e003658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/util/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
extractpayloads "github.com/onflow/flow-go/cmd/util/cmd/extract-payloads-by-address"
find_inconsistent_result "github.com/onflow/flow-go/cmd/util/cmd/find-inconsistent-result"
find_trie_root "github.com/onflow/flow-go/cmd/util/cmd/find-trie-root"
link_reporter "github.com/onflow/flow-go/cmd/util/cmd/link-reporter"
read_badger "github.com/onflow/flow-go/cmd/util/cmd/read-badger/cmd"
read_execution_state "github.com/onflow/flow-go/cmd/util/cmd/read-execution-state"
read_hotstuff "github.com/onflow/flow-go/cmd/util/cmd/read-hotstuff/cmd"
Expand Down Expand Up @@ -122,6 +123,7 @@ func addCommands() {
rootCmd.AddCommand(check_storage.Cmd)
rootCmd.AddCommand(debug_tx.Cmd)
rootCmd.AddCommand(debug_script.Cmd)
rootCmd.AddCommand(link_reporter.Cmd)
}

func initConfig() {
Expand Down

0 comments on commit e003658

Please sign in to comment.