add todos

This commit is contained in:
steven-omaha
2023-01-11 13:59:45 +01:00
parent 701eeab9c5
commit 08b74ce919
+5
View File
@@ -23,6 +23,11 @@ impl Pacdef {
#[allow(clippy::unit_arg)] #[allow(clippy::unit_arg)]
pub fn run_action_from_arg(self) -> Result<()> { pub fn run_action_from_arg(self) -> Result<()> {
// TODO import
// TODO new
// TODO remove
// TODO review
// TODO search
match self.args.subcommand() { match self.args.subcommand() {
Some((action::CLEAN, _)) => Ok(self.clean_packages()), Some((action::CLEAN, _)) => Ok(self.clean_packages()),
Some((action::EDIT, groups)) => { Some((action::EDIT, groups)) => {