pub fn replay_history_command( session: &mut ReplSession, index: usize, ) -> Result<Option<ReplFrame>, ReplError>
Replay a command from history by index.