mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = class GenerationCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'year',
|
||||
prompt: 'What year would you like to get the Generation for?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: new Date().getFullYear()
|
||||
|
||||
Reference in New Issue
Block a user