package main // Arguments contains the invocation arguments. type Arguments struct { ListHashes bool `short:"z" long:"list-hashes" description:"If specified, list supported hashes and exit."` }