pub fn should_proceed_destructive(action: &str) -> bool
Check if a destructive action should proceed
Returns true if –yes is set or if the user confirms interactively. Returns false in non-interactive mode without –yes.