checkbox
Hook for PyInquirer type prompts.Takes in three forms of choices
inputs.1. list of string2. list of maps with all keys = name
3. list of maps with the key as the output, the value as displayed question: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:param qmark: A marker to select with like 😃:return: List of answers
Inputs
Arguments
Position |
Argument |
Type |
---|---|---|
1 |
message |
str |
Output
list