[][src]Function wmctrl::help

pub fn help() -> Output

Print help

This function is the equivalent of wmctrl -h.

Examples

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