···220220#[derive(Args)]
221221#[group(required = false, multiple = false)]
222222struct FindArgs {
223223- /// Include the contents of tasks in the search criteria.
223223+ /// Exclude the contents of tasks in the search criteria.
224224 #[arg(short = 'b', default_value_t = false)]
225225 exclude_body: bool,
226226 /* TODO: implement this