diff --git a/imag-todo/src/main.rs b/imag-todo/src/main.rs index 945724b7..1686a36b 100644 --- a/imag-todo/src/main.rs +++ b/imag-todo/src/main.rs @@ -28,7 +28,6 @@ mod ui; use ui::build_ui; fn main() { - let name = "imag-todo"; let version = &version!()[..]; let about = "Interface with taskwarrior"; @@ -45,8 +44,6 @@ fn main() { } }; - - let scmd = rt.cli().subcommand_name(); match scmd { Some("tw-hook") => {