adding ephemeral support

This commit is contained in:
Raven Scott
2022-09-28 17:58:24 -04:00
parent f76e482f60
commit f15c2786a6
3 changed files with 43 additions and 4 deletions

View File

@ -4,6 +4,7 @@ var generator = require('generate-password');
module.exports = {
name: "password-generator",
description: "Generates a random secure password",
private: true,
options: [{
"name": "length",
"description": "Provide a number for how long to make the password.",