use ;
use process;
/*
Name: rust-cli-password-generator
command : rspw
length: 8-64
usage: rspw -l 16 -s
TODO:
1. Write password into a selected file :: rspw -l 8 example.txt
2. Put password on the clipboard :: rspw -c -l=8 -s
3. Rewrite tests
*/