cmd/swarm: hashes command (#19008)

(cherry picked from commit 7f55b0cbd8)
This commit is contained in:
holisticode
2019-02-07 07:51:24 -05:00
committed by Rafael Matias
parent 034f65e9e8
commit 1ecf2860cf
4 changed files with 71 additions and 14 deletions

View File

@ -142,6 +142,8 @@ func init() {
dbCommand,
// See config.go
DumpConfigCommand,
// hashesCommand
hashesCommand,
}
// append a hidden help subcommand to all commands that have subcommands