Skip to main content

help

Function help 

Source
pub fn help() -> Output
Expand description

Print help

This function is the equivalent of wmctrl -h.

ยงExamples

println!("{}", String::from_utf8(wmctrl::help().stdout)?);