mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -16,7 +16,6 @@ module.exports = class ShutdownCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'code',
|
||||
prompt: 'What code do you want to send to `process.exit`?',
|
||||
type: 'integer',
|
||||
default: 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user