From 5c74be0b27e2b81bf6d321c6aff79d29e95d037c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Fri, 1 Sep 2023 21:25:52 +0100 Subject: [PATCH] feat(docs): mention inquirer --- docs/cli-application/commands.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cli-application/commands.mdx b/docs/cli-application/commands.mdx index 736c7108..fee9b9f0 100644 --- a/docs/cli-application/commands.mdx +++ b/docs/cli-application/commands.mdx @@ -587,8 +587,10 @@ present. ## Prompts -Artisan has inbuilt support for creating interactive -prompts on the terminal. You can access the prompts +Artisan has support for creating interactive +prompts on the terminal thanks to +[inquirer](https://www.npmjs.com/package/inquirer). +You can access the prompts module using the `this.prompt` property. In the example below, we are using multiple prompts