confirm¶
Hook to confirm with a message and return a boolean. Source example
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| message | str | None | False | String message to show when prompting. |
| default | bool | True | True | Default selection. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | message | str |
Returns¶
bool