feat: config file

This commit is contained in:
iff 2025-06-11 12:10:30 +02:00
parent 6ba4591db9
commit 2699238bb1
16 changed files with 452 additions and 286 deletions

View file

@ -35,6 +35,12 @@ fn main() -> Result<(), std::io::Error> {
}
rules::runtime_match(&executable, &shell, &last_command, &error_msg, &executables);
rules::runtime_match("_PR_GENERAL", &shell, &last_command, &error_msg, &executables);
rules::runtime_match(
"_PR_GENERAL",
&shell,
&last_command,
&error_msg,
&executables,
);
Ok(())
}