Skip to main content

run

Function run 

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

Render a stage, or remove one.

ยงErrors

AppError::Usage for a target or stage path the arguments cannot mean, AppError::Refused where a stage is already there or a cleanup target is not a stage, and I/O errors writing the stage.