go-pass-gen/cmd/flags.go
2021-10-20 17:30:41 +02:00

8 lines
162 B
Go

package cmd
var (
// Length of the generated password.
Length int
// WithNumbers is set to true if the new password must contain numbers.
WithNumbers bool
)