useclap::Parser;/// The reply to all argument parser.
#[derive(Debug, Parser)]pubstructMessageReplyAllArg{/// Reply to all recipients.
////// This argument will add all recipients for the To and Cc
/// headers.
#[arg(long, short = 'A')]puball:bool,
}