Function handle_help

Source
fn handle_help(
    session_state: &mut SessionState,
    global_state: &mut GlobalState,
    args: Vec<String>,
) -> Result<Option<Content>, Content>
Expand description

Handles ClientChatCommand::Help

If a command name is provided as an argument, displays help for that specific command. Otherwise, displays a list of all available commands the player can use, filtered by their administrative role.