ZshShell.withPid constructor

ZshShell.withPid(
  1. int? pid
)

Attached to the Zsh shell with the given pid.

Implementation

ZshShell.withPid(this.pid);