mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
fix: alias expansion with arguments
This commit is contained in:
parent
5840e748e6
commit
e6ed9d617b
3 changed files with 37 additions and 15 deletions
|
|
@ -252,6 +252,8 @@ pub fn confirm_suggestion(data: &Data, highlighted: &str) -> Result<(), String>
|
|||
|
||||
let shell = &data.shell;
|
||||
let command = &data.suggest.clone().unwrap();
|
||||
#[cfg(debug_assertions)]
|
||||
eprintln!("running command: {command}");
|
||||
|
||||
let now = Instant::now();
|
||||
let process = run_suggestion(data, command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue