Function dispatch 

Source
pub async fn dispatch(
    entity_name: &str,
    matches: &ArgMatches,
    client: &ApiClient,
    output: &OutputConfig,
    session: &CliSession,
) -> Result<()>
Expand description

Dispatch an entity subcommand by name.