rawlist
Hook for PyInquirer ‘rawlist’ type prompts.Example: https://github.com/CITGuru/PyInquirer/blob/master/examples/rawlist.py:param message: String message to show when prompting.:param choices: A list of strings or list of k/v pairs per above description:param name: A key to insert the output value to. If not provided defaults to inserting into parent key:return: String for the answer
Inputs
Name |
Type |
Default |
Required |
Description |
---|---|---|---|---|
default |
Any |
Default choice. |
||
message |
string |
String message to show when prompting. |
||
name |
string |
tmp |
X |
Extra key to embed into. Artifact of API. |
Arguments
Position |
Argument |
Type |
---|---|---|
1 |
message |
str |
2 |
default |
any |
Output
None