mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
fix: Add report to task export 🐛
This commit is contained in:
parent
fd130aae02
commit
103a2c6ebc
1 changed files with 1 additions and 0 deletions
|
@ -1644,6 +1644,7 @@ impl TaskwarriorTui {
|
|||
}
|
||||
}
|
||||
task.arg("export");
|
||||
task.arg(&self.report);
|
||||
|
||||
let output = task.output()?;
|
||||
let data = String::from_utf8_lossy(&output.stdout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue