Skip to content

Commit

Permalink
feat(docs): mention inquirer
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Sep 1, 2023
1 parent f34604e commit 5c74be0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/cli-application/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c74be0

Please sign in to comment.