feat: module periority

This commit is contained in:
iff 2024-12-08 22:56:43 +01:00
parent 03904775f5
commit c1e575c32a
9 changed files with 27 additions and 18 deletions

View file

@ -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() {