PWGen/cmd/pwverify/args.go

7 lines
196 B
Go
Raw Normal View History

2022-05-22 04:43:12 -04:00
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."`
}