//! The exact acknowledgement phrase the user must type before the tool
//! will touch any file.
//!
//! Preserved verbatim — including the typo `idion` and the awkward trailing
//! clause — because the friction is load-bearing. Do not spell-correct.
/// The acknowledgement phrase. See module docs for why it's spelled this way.
pub const ACK_PHRASE: &str =
"I am not and idion and understand what I am doing in most cases at least";