-x, -f, env vars, prepping for hashing
This commit is contained in:
6
cmd/pwverify/args.go
Normal file
6
cmd/pwverify/args.go
Normal file
@@ -0,0 +1,6 @@
|
||||
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."`
|
||||
}
|
||||
Reference in New Issue
Block a user