Skip to main content

run

Function run 

Source
pub fn run(args: &GuideArgs) -> Result<(), RkError>
Expand description

Print one runbook, or list them.

ยงErrors

Returns RkError::NotFound for an unknown runbook and RkError::Usage when neither a name nor --list is given, or a flag value is not one of the known axes.