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