mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -14,12 +14,10 @@ module.exports = class LoadCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'group',
|
||||
prompt: 'Which group is the new command in?',
|
||||
type: 'group'
|
||||
},
|
||||
{
|
||||
key: 'name',
|
||||
prompt: 'What is the new command\'s name?',
|
||||
type: 'string',
|
||||
parse: name => name.toLowerCase()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user