Skip to content

Commit

Permalink
Add CLI command to root command
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Feb 8, 2024
1 parent 31f20da commit fde6825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relayer/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ func RootCmd(ctx context.Context) (*cobra.Command, error) {
cmd.AddCommand(cli.ClaimRefundCmd(bridgeClientProvider))
cmd.AddCommand(cli.ClaimRelayerFeesCmd(bridgeClientProvider))
cmd.AddCommand(cli.GetRelayerFeesCmd(bridgeClientProvider))
cmd.AddCommand(cli.HaltBridgeCmd(bridgeClientProvider))
cmd.AddCommand(cli.ResumeBridgeCmd(bridgeClientProvider))

return cmd, nil
}
Expand Down

0 comments on commit fde6825

Please sign in to comment.