mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Safe URL require url as input
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class SafeUrlCommand extends Command {
|
|||||||
{
|
{
|
||||||
key: 'url',
|
key: 'url',
|
||||||
prompt: 'What URL do you want to test?',
|
prompt: 'What URL do you want to test?',
|
||||||
type: 'string'
|
type: 'url'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user