pub type PipeP<'a> = PipePane<'a>;

Aliased Type§

struct PipeP<'a> {
    pub stdout: bool,
    pub stdin: bool,
    pub open: bool,
    pub target_pane: Option<Cow<'a, str>>,
    pub shell_command: Option<Cow<'a, str>>,
}

Fields§

§stdout: bool

[-I] - stdin is connected

§stdin: bool

[-O] - stdout is connected

§open: bool

[-o] - only open a new pipe if no previous pipe exists

§target_pane: Option<Cow<'a, str>>

[-t target-pane] - target-pane

§shell_command: Option<Cow<'a, str>>

[shell-command] - shell-command