This commit is contained in:
Dragon Fire
2020-06-21 11:12:36 -04:00
parent f7bd010f06
commit 826f54f713
+1 -2
View File
@@ -26,8 +26,7 @@ module.exports = class ScreenshotCommand extends Command {
{
key: 'url',
prompt: 'What webpage do you want to take a screenshot of?',
type: 'string',
parse: url => encodeURIComponent(url)
type: 'string'
}
]
});