mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -22,7 +22,6 @@ module.exports = class DefineCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'word',
|
||||
prompt: 'What word would you like to look up?',
|
||||
type: 'string',
|
||||
parse: word => encodeURIComponent(word)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user