Add "short" to ChoiceOption. (#34934)

This commit is contained in:
fvoronin
2019-04-24 12:28:58 -05:00
committed by Pranav Senthilnathan
parent 20fdb93704
commit 5e6fe8cbf2
+2 -1
View File
@@ -77,7 +77,7 @@ declare namespace inquirer {
* Possible values:
* <ul>
* <li>input</li>
* <li>number</li>
* <li>number</li>
* <li>confirm</li>
* <li>list</li>
* <li>rawlist</li>
@@ -285,6 +285,7 @@ declare namespace inquirer {
name?: string;
value?: any;
type?: string;
short?: string;
extra?: any;
key?: string;
checked?: boolean;