mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -16,7 +16,6 @@ module.exports = class LintRuleCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'rule',
|
||||
prompt: 'Which rule would you like to get information on?',
|
||||
type: 'string',
|
||||
parse: rule => rule.toLowerCase().replaceAll(' ', '-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user