Generate Random Password based on customizable options.
genpswd [command]
completion Generate the autocompletion script for the specified shell generate Generate Random Passwords help Help about any command
-h, --help help for genpswd
-t, --toggle Help message for toggle
genpswd generate -n 32 -sdul
genpswd generate [flags]
-d, --digits Include digits in the password
-h, --help help for generate
-n, --length int Length of the password (default 12)
-l, --lowercase Include lowercase letters in the password
-s, --symbols Include symbols in the password
-u, --uppercase Include uppercase letters in the password