Skip to main content

start

Function start 

Source
pub fn start(
    session: &SessionName,
    server_executable: &Path,
    external_layout: Option<&Path>,
) -> Result<()>
Expand description

Start or attach to a muxr session and run an interactive client.

ยงErrors

  • The session paths cannot be resolved.
  • The server cannot be started or attached.
  • The current terminal size cannot be read.
  • Terminal input/output or protocol IO fails.