mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -24,20 +24,17 @@ module.exports = class SetUsesCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'mode',
|
||||
prompt: 'Do you want to add, subtract, or set exact?',
|
||||
type: 'string',
|
||||
oneOf: modes,
|
||||
parse: mode => mode.toLowerCase()
|
||||
},
|
||||
{
|
||||
key: 'command',
|
||||
prompt: 'What command do you want to modify?',
|
||||
type: 'command'
|
||||
},
|
||||
{
|
||||
key: 'num',
|
||||
label: 'number',
|
||||
prompt: 'How much do you want to change the usage?',
|
||||
type: 'integer',
|
||||
min: 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user