mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: config file
This commit is contained in:
parent
6ba4591db9
commit
2699238bb1
16 changed files with 452 additions and 286 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue