diff --git a/src/core.rs b/src/core.rs index 8a93dac..cbfec5b 100644 --- a/src/core.rs +++ b/src/core.rs @@ -23,6 +23,11 @@ impl Pacdef { #[allow(clippy::unit_arg)] pub fn run_action_from_arg(self) -> Result<()> { + // TODO import + // TODO new + // TODO remove + // TODO review + // TODO search match self.args.subcommand() { Some((action::CLEAN, _)) => Ok(self.clean_packages()), Some((action::EDIT, groups)) => {