Skip to main content

run

Function run 

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

Run, list, or explain.

ยงErrors

AppError::Violations when the gate found any; AppError::Usage for a refused path or a malformed pattern; I/O errors when it could not run.