Rust docs.rs GitHub top language GitHub code size in bytes Crates.io Crates.io GitHub last commit

pwgen

```none pwgen 0.1.1 Generate passwords from the command line

USAGE: pwgen [FLAGS] [OPTIONS]

FLAGS: --no-copy Do not not copy the password to the clipboard -h, --help Prints help information -V, --version Prints version information

OPTIONS: -l, --length Set password length [max: 255] [default: 16] -t, --type Set type of password: pin, alpha or full [default: alpha] ```