Skip to content

Commit

Permalink
feat: register cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Feb 21, 2024
1 parent e30e101 commit 7cbfc48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bee/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func (c *command) initDBCmd() {
dbCompactCmd(cmd)
dbValidateCmd(cmd)
dbValidatePinsCmd(cmd)
dbFixRefCntCmd(cmd)
dbFixSharkyCmd(cmd)

c.root.AddCommand(cmd)
}
Expand Down

0 comments on commit 7cbfc48

Please sign in to comment.