Add vacation command (not implemented)

This commit is contained in:
Nicolás A. Ortega Froysa 2022-08-19 14:13:53 +02:00
parent c0cb7eac82
commit be19b88a41

View File

@ -86,6 +86,8 @@ enum Command
toggle_bad:bool, toggle_bad:bool,
}, },
Stats { }, Stats { },
#[structopt(alias = "vac")]
Vacation { },
} }
fn main() fn main()