pub trait Run: Send + Sync { // Required method fn run<'ctx>(&'ctx self, ctx: Context<'ctx>) -> CmdResult<'ctx>; }