mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -13,12 +13,10 @@ module.exports = class TextDiffCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'text1',
|
||||
prompt: 'What is the first text you would like to compare?',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
key: 'text2',
|
||||
prompt: 'What is the second text you would like to compare?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user