Skip to main content

run

Function run 

Source
pub fn run(ctx: &AppContext, args: KiArgs) -> Result<(), AppError>
Expand description

Run one sdd ki verb.

ยงErrors

AppError::Usage when the target is neither absolute nor ., and AppError::Io when a record cannot be read.