Skip to main content

show

Function show 

Source
pub fn show<F>(
    name: &str,
    is_manifest: bool,
    are_dependents: bool,
    are_paths: bool,
    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 show command.