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.
pub fn run(_ctx: &AppContext, args: GateArgs) -> Result<(), AppError>Run or list gates.
AppError::Violations when the gate found any; I/O errors when it
could not run.