taskbridgeapp.helpers.confirm
- taskbridgeapp.helpers.confirm(prompt)
If
DRY_RUNis set to True, asks the user to confirm by displaying a prompt. Otherwise, will always return True.- Parameters:
prompt (
str) – the confirmation prompt to display.- Return type:
bool- Returns:
True if the action should be carried out.