/pwd-gen

A simple password generator.

Primary LanguageRustMIT LicenseMIT

pwd-gen

A simple password generator.

Usage: pwd-gen [OPTIONS]

Options:
-c, --chars Which characters to generate with. l = lowercase, u = uppercase, d = digits, s = symbols [default: luds]
-l, --length The length of the password [default: 16]
-h, --help Print help