mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 11:07:45 +02:00
WIP
This commit is contained in:
parent
0470c973c9
commit
32b093bd36
1 changed files with 2 additions and 2 deletions
|
@ -4446,12 +4446,12 @@ mod tests {
|
|||
})
|
||||
.unwrap();
|
||||
|
||||
let output = std::process::Command::new("task")
|
||||
let _output = std::process::Command::new("task")
|
||||
.arg("rc.confirmation=off")
|
||||
.arg("undo")
|
||||
.output()
|
||||
.unwrap();
|
||||
let output = std::process::Command::new("task")
|
||||
let _output = std::process::Command::new("task")
|
||||
.arg("rc.confirmation=off")
|
||||
.arg("undo")
|
||||
.output()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue