Safe URL require url as input

This commit is contained in:
Dragon Fire
2021-04-23 10:55:43 -04:00
parent 68aab28408
commit 35380fd21b
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class SafeUrlCommand extends Command {
{
key: 'url',
prompt: 'What URL do you want to test?',
type: 'string'
type: 'url'
}
]
});