Skip to main content

execute

Function execute 

Source
pub fn execute(
    server: &Server,
    session: &mut Session,
    args: Args<'_>,
    out: &mut Out,
) -> Flow
Expand 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.