fix: cleanup

This commit is contained in:
Kasper Juul Hermansen 2023-02-18 15:19:38 +01:00
parent 084ffafa3e
commit 4ebe0d12b5
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -4,7 +4,6 @@ pub mod cli;
mod cli_generate;
fn main() -> eyre::Result<()> {
// again
color_eyre::install().unwrap();
let args = std::env::args();