Skip to content

v0.3.6

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 21:23
· 20 commits to main since this release
go install github.com/iwpnd/pw/cmd/pw@latest
➜ pw create --help
NAME:
   pw create - create a new password

USAGE:
   pw create [command options] [arguments...]

OPTIONS:
   --length value, -l value  length of password (default: 50)
   --no-lower, --nl          password contains NO lowercase characters (default: false)
   --no-numbers, --nn        password contains NO number characters (default: false)
   --no-special, --ns        password contains NO special characters (default: false)
   --no-upper, --nu          password contains NO uppercase characters (default: false)