pub fn run(args: &ReadArgs) -> Result<(), RkError>Expand description
Print one forge document byte-identically, or list the forges.
ยงErrors
Returns RkError::NotFound for an unknown forge and
RkError::Usage when neither a name nor --list is given.