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

8 lines
166 B
Go

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