pub fn run(args: &AssessArgs) -> Result<(), RkError>Expand description
Classify the target and report it.
§Errors
Returns RkError::Missing for a target that is not a directory, and
the record’s own failure taxonomy for a landing record that exists but
cannot be trusted; a verdict is never an error.