1 2 3 4 5 6 7
pub fn init_config_file() { crate::init::init_global_dirs(); } pub fn init_global_dirs() { println!("Initializing"); }