Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 1ccd5b9

Browse files
bobylitofrancoischalifour
authored andcommitted
fix(cli): Update question for "Attribute to display" (#149)
1 parent 1467d86 commit 1ccd5b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const questions = [
179179
{
180180
type: 'list',
181181
name: 'mainAttribute',
182-
message: 'Attribute to highlight',
182+
message: 'Attribute to display',
183+
suffix: `\n ${chalk.gray('Used to generate the default result template')}`,
183184
choices: async answers => [
184185
{
185186
name: 'None',

0 commit comments

Comments
 (0)