pass generate  <pass-name> [pass-length]
Generate a new password of length pass-length and insert into pass-name
Arguments
| Name | Description | 
|---|
| pass-name | The password name | 
| pass-length | The length of the password | 
Options
| Name | Description | 
|---|
| --no-symbols, -n | Do not use any non-alphanumeric characters in the generated password | 
| --clip, -c | Do not print the password but instead copy it to the clipboard | 
| --in-place, -i | Do not interactively prompt, and only replace the first line of the password file with the new generated password, keeping the remainder of the file intact | 
| --force, -f | Overwrite the existing password |