mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +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',
|
||||
prompt: 'What URL do you want to test?',
|
||||
type: 'string'
|
||||
type: 'url'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user