fn handle_wiki(
_session_state: &mut SessionState,
_global_state: &mut GlobalState,
args: Vec<String>,
) -> Result<Option<Content>, Content>
Expand description
Handles ClientChatCommand::Wiki
With no arguments, opens the wiki homepage. With arguments, performs a search on the wiki for the specified terms. Returns an error if the browser fails to open.