PWGen/cmd/pwverify/args.go

7 lines
196 B
Go

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."`
}