Skip to content

Commit 9c4d92f

Browse files
authored
Fixed promptListTitle as optional
1 parent 5955e49 commit 9c4d92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Property | Type | Required | Comment
113113
endIfEmpty | boolean | Y | True will end prompt session if user enter empty string `''`
114114
valueToEndPrompt | string | N | Future used?
115115
prompt | string | Y | Prompt text
116-
promptListTitle | string | B | Prompt list title
116+
promptListTitle | string | N | Prompt list title
117117
promptList | PromptItem[] | N | List of prompt options
118118

119119
> ### PromptItem

0 commit comments

Comments
 (0)