mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -23,7 +23,6 @@ module.exports = class NPMCommand extends Command {
|
||||
{
|
||||
key: 'pkg',
|
||||
label: 'package',
|
||||
prompt: 'What package would you like to get information on?',
|
||||
type: 'string',
|
||||
parse: pkg => encodeURIComponent(pkg.replaceAll(' ', '-'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user