refactor: move Day struct to template module (#40)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::process::{Command, Stdio};
|
||||
|
||||
use crate::Day;
|
||||
use crate::template::Day;
|
||||
|
||||
pub fn handle(day: Day, release: bool, time: bool, submit_part: Option<u8>) {
|
||||
let mut cmd_args = vec!["run".to_string(), "--bin".to_string(), day.to_string()];
|
||||
|
||||
Reference in New Issue
Block a user