Skip to main content

run

Function run 

Source
pub fn run(
    _ctx: &AppContext,
    shelf: &Shelf,
    args: ReadArgs,
) -> Result<(), AppError>
Expand description

Read one document from a shelf, or list it.

ยงErrors

AppError::Usage when the name resolves to nothing.