pub type Show<'a> = ShowOptions<'a>;

Aliased Type§

struct Show<'a> {
    pub include_inherited: bool,
    pub global: bool,
    pub hooks: bool,
    pub pane: bool,
    pub quiet: bool,
    pub server: bool,
    pub value: bool,
    pub window: bool,
    pub target: Option<Cow<'a, str>>,
    pub option: Option<Cow<'a, str>>,
}

Fields§

§include_inherited: bool

[-A] - includes options inherited from a parent set of options

§global: bool

[-g] - global session or window options are listed

§hooks: bool

[-H] - includes hooks (omitted by default)

§pane: bool

[-p] - show window options

§quiet: bool

[-q] - no error will be returned if option is unset

§server: bool

[-s] - show the server options

§value: bool

[-v] - shows only the option value

§window: bool

[-w] - show the window options

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

[-t target-pane] - target session or window name

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

[option] - specify option name