pub fn execute(
server: &Server,
session: &mut Session,
args: Args<'_>,
out: &mut Out,
) -> FlowExpand description
Run one command and write its reply.
The name is looked up and the arity is checked here, once, so that no body has to. Everything after that is the command’s own.