Skip to main content

replay_history_command

Function replay_history_command 

Source
pub fn replay_history_command(
    session: &mut ReplSession,
    index: usize,
) -> Result<Option<ReplFrame>, ReplError>
Expand description

Replay a command from history by index.