mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = class RuleCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'rule',
|
||||
prompt: 'Which rule would you like to view?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: rules.length
|
||||
|
||||
Reference in New Issue
Block a user