From a4e8ce50f66c7bb7eaedb07e923928870d5dd25f Mon Sep 17 00:00:00 2001 From: timeshifter Date: Wed, 11 Jan 2023 13:59:45 +0100 Subject: [PATCH] add todos --- src/core.rs | 5 +++++ 1 file changed, 5 insertions(+) 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)) => {