This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 17:08:17 +01:00
parent 8c383799d4
commit e1d3db670a
5 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use anyhow::Result;
use pacdef::{args, Group, Pacdef};
fn main() -> Result<()> {
let args = args::get_matched_arguments();
let args = args::get_args();
let groups = Group::load_from_dir();
let pacdef = Pacdef::new(args, groups);
pacdef.run_action_from_arg();