Skip to main content

tail

Function tail 

Source
pub async fn tail(
    session: &str,
    framed: Framed<UnixStream, FrameCodec>,
    ctl_path: &Path,
) -> Result<i32>
Expand description

Read-only tail of a session’s PTY output. No raw mode, no stdin, no escape processing, no forwarding. Ctrl-C triggers clean exit with terminal reset.