editor

Hook for PyInquirer editor type prompts.https://github.com/CITGuru/PyInquirer/blob/master/examples/expand.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

Inputs

Name

Type

Default

Required

Description

default

Any

Default selection.

name

string

tmp

X

Extra key to embed into. Artifact of API.

message

string

String message to show when prompting.

Arguments

Position

Argument

Type

1

message

str

2

default

any

Output

bool