mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-14 23:33:52 +01:00
chore: cleanup
This commit is contained in:
parent
3460d66aac
commit
ecdcee5969
4 changed files with 22 additions and 8 deletions
|
|
@ -175,7 +175,12 @@ pub fn typo(suggest: &mut String, split_command: &[String], executables: &[Strin
|
|||
}
|
||||
}
|
||||
|
||||
pub fn exes(suggest: &mut String, split_command: &[String], executables: &[String], exes_list: &mut Vec<String>) {
|
||||
pub fn exes(
|
||||
suggest: &mut String,
|
||||
split_command: &[String],
|
||||
executables: &[String],
|
||||
exes_list: &mut Vec<String>,
|
||||
) {
|
||||
if suggest.contains("{{exes") {
|
||||
let (placeholder, args) = eval_placeholder(suggest, "{{exes", "}}");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue