pub fn method(args: &ReadArgs) -> Result<(), RkError>Expand description
Print a method chapter, or list the chapters.
ยงErrors
Returns RkError::NotFound for an unknown chapter and
RkError::Usage when neither a name nor --list is given.
pub fn method(args: &ReadArgs) -> Result<(), RkError>Print a method chapter, or list the chapters.
Returns RkError::NotFound for an unknown chapter and
RkError::Usage when neither a name nor --list is given.