pub fn snippet(args: &ReadArgs) -> Result<(), RkError>Expand description
Print one landable file, or list them all as <tech>/<path>.
ยงErrors
Returns RkError::NotFound for an unknown path and
RkError::Usage when neither a name nor --list is given.