mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -17,12 +17,10 @@ module.exports = class FontCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'font',
|
||||
prompt: 'What font do you want to use? Only fonts used in other commands are available.',
|
||||
type: 'font'
|
||||
},
|
||||
{
|
||||
key: 'text',
|
||||
prompt: 'What text do you want to type?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user