feat: runtime general

This commit is contained in:
iff 2025-04-22 15:38:02 +02:00
parent bdf0637599
commit 7506af9147

View file

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