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