Function rstk::wish::ask_wish

source ·
pub fn ask_wish(msg: &str) -> String
Expand description

Sends a message (tcl command) to wish and expects a result. Returns a result as a string

Use with caution: the message must be valid tcl.