pub fn run(args: &MessageArgs) -> Result<(), RkError>Expand description
Judge the text and report; exit 1 under --check when a finding stands.
ยงErrors
Returns RkError::CheckFailed under --check when any finding
stands, RkError::Io when the input cannot be read, and an error
when the report cannot serialize.