mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -32,13 +32,11 @@ module.exports = class WhiteboardCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'initial',
|
||||
prompt: 'What text should be on the first panel?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'resolved',
|
||||
prompt: 'What text should be on the second panel?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user