pub fn init_planning_structure(
ito_path: &Path,
current_date: &str,
ito_dir: &str,
) -> Result<()>Expand description
Initialize the planning directory structure under ito_path.
This is safe to call multiple times; existing files are left unchanged.