# Packages
No description provided by the author
# README
Usage
Generate random string
Usage: password [option...]
Options:
-digits int
Number of digits to include in the password (default 4)
-length int
Specify the password length (default 16)
-lower int
Number of lowercase letters to include in the password (default 4)
-symbol int
Number of symbols to include in the password (default 2)
-upper int
Number of uppsercase letters to include in the password (default 2)