mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
feat: module periority
This commit is contained in:
parent
03904775f5
commit
c1e575c32a
9 changed files with 27 additions and 18 deletions
|
|
@ -68,6 +68,8 @@ impl Data {
|
|||
executables.push(exe.to_string());
|
||||
}
|
||||
}
|
||||
modules.sort_unstable();
|
||||
fallbacks.sort_unstable();
|
||||
if alias.is_some() {
|
||||
let alias = alias.as_ref().unwrap();
|
||||
for command in alias.keys() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue