mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -18,7 +18,6 @@ module.exports = class ColorCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'color',
|
||||
prompt: 'What color do you want to view? This must be a #colorcode.',
|
||||
type: 'string',
|
||||
validate: color => /^#[0-9A-F]{6}$/i.test(color)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user