Skip to main content

run

Function run 

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

Run or list gates.

ยงErrors

AppError::Violations when the gate found any; I/O errors when it could not run.