use crate::cli::PathBuf; use crate::util::read_lines; pub fn subcmd_day014(file: &Option, alt: &bool) { if let Ok(lines) = read_lines(file.as_ref().unwrap().as_path()) { } }