Skip to main content

check

Function check 

Source
pub fn check<F>(
    home_dir: &Option<String>,
    bin_path: &Option<String>,
    lib_path: &Option<String>,
    doc_path: &Option<String>,
    src_factories: Vec<Arc<dyn SourceCreate + Send + Sync>>,
    f: F,
) -> Option<i32>
where F: FnOnce(&mut Home) -> bool,
Expand description

A check command.