mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: custom lib directories
This commit is contained in:
parent
443460a81e
commit
3c4e2b06bd
4 changed files with 108 additions and 27 deletions
|
|
@ -10,7 +10,10 @@ use crate::shell::{add_candidates_no_dup, module_output, shell_evaluated_command
|
|||
use crate::style::highlight_difference;
|
||||
|
||||
pub fn suggest_candidates(data: &mut Data) {
|
||||
let executable = &data.split[0].rsplit(std::path::MAIN_SEPARATOR).next().unwrap();
|
||||
let executable = &data.split[0]
|
||||
.rsplit(std::path::MAIN_SEPARATOR)
|
||||
.next()
|
||||
.unwrap();
|
||||
let command = &data.command;
|
||||
let privilege = &data.privilege;
|
||||
let mut suggest_candidates = vec![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue