pub fn run(args: &VersionsArgs) -> Result<(), RkError>Expand description
Print the registry, or check each pin upstream under --check.
ยงErrors
Returns RkError::Other only when the report cannot serialize; an
unreachable or unparsable source is a reported result, not a failure.