From: Sergey Matveev Date: Fri, 6 Mar 2026 07:25:05 +0000 (+0300) Subject: meta4ra-hash -all X-Git-Tag: v1.6.0~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1b11539ed0730c2469e947668d06abf62541f4f2;p=meta4ra.git meta4ra-hash -all --- diff --git a/cmd/hash.go b/cmd/hash.go index 579aea3..6550d51 100644 --- a/cmd/hash.go +++ b/cmd/hash.go @@ -30,6 +30,7 @@ import ( func runHash() { hashes := flag.String("hashes", meta4ra.HashesDefault, "hash-name:commandline[,...]") + all := flag.Bool("all", false, "Print all hashes, not the first one") flag.Usage = func() { fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s [-hashes ...]