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:
@@ -13,19 +13,16 @@ module.exports = class DaysUntilCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'month',
|
||||
prompt: 'What month would you like to get the days until?',
|
||||
type: 'month'
|
||||
},
|
||||
{
|
||||
key: 'day',
|
||||
prompt: 'What day would you like to get the days until?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: 31
|
||||
},
|
||||
{
|
||||
key: 'year',
|
||||
prompt: 'What year would you like to get the days until?',
|
||||
type: 'integer',
|
||||
min: new Date().getFullYear(),
|
||||
default: ''
|
||||
|
||||
Reference in New Issue
Block a user