pub type RunFunc = Box<dyn Fn(&mut Context) -> Result<()> + Send + Sync>;
Type alias for the function that executes when a command runs
pub struct RunFunc(/* private fields */);