password¶
Hook for PyInquirer password type prompts. Masks the input as the user types it in. Source example
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| message | str | None | False | String message to show when prompting. |
| default | Any | None | False | Default selection. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | message | str |
| 2 | default | Any |
Returns¶
str