Skip to main content

console

Function console 

Source
pub fn console<F, G>(
    is_ctrl_c_intr_checker: bool,
    are_plotter_windows: bool,
    home_dir: &Option<String>,
    bin_path: &Option<String>,
    lib_path: &Option<String>,
    doc_path: &Option<String>,
    f: F,
    g: G,
) -> Option<i32>
where F: FnOnce(&mut Home) -> bool, G: FnOnce(&mut ModNode<Value, ()>),
Expand description

A console command.