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