usage: spg [password_length] [num_passwords]
password_length the length of the passwords; defaults to 64 if left blank
num_passwords how many passwords to generate; defaults to 1 if left blank
-h, --help show this help
character set options:
-a, --ascii add all printable ASCII characters to the set; default if no set options are used
-n, --number add numbers to the set
-d, --down add all lowercase letters to the set
-u, --up add all uppercase letters to the set
-l, --letter add all letters to the set (same as -d -u)
-s, --simple add all letters and numbers to the set (same as -n -d -u)
-c, --clear remove ambiguous letters and numbers (B8G6I1l0OQDS5Z2)
Contributing
Fork it ( https://github.com/willamin/simple-password-generator/fork )
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)