eegh# eegh(command=None, history=None)# Display or update EEGLAB-style command history. Parameters: command (Any) – Command string, numeric history operation, "find", or None to display history. history (list[str] | dict[str, Any] | None) – Optional chronological ALLCOM list or EEG dataset whose history field should receive the command. Returns: The normalized command, rendered history text, or matched history item. Return type: str