mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -27,13 +27,11 @@ module.exports = class NewPasswordCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'weak',
|
||||
prompt: 'What should the text of the weak password be?',
|
||||
type: 'string',
|
||||
max: 50
|
||||
},
|
||||
{
|
||||
key: 'strong',
|
||||
prompt: 'What should the text of the strong password be?',
|
||||
type: 'string',
|
||||
max: 50
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user