mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -18,7 +18,6 @@ module.exports = class MinesweeperCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'size',
|
||||
prompt: 'What size board do you want to use?',
|
||||
type: 'integer',
|
||||
default: 9,
|
||||
max: 10,
|
||||
|
||||
Reference in New Issue
Block a user