fix: Add report to task export 🐛

This commit is contained in:
Dheepak Krishnamurthy 2021-10-28 12:55:04 -06:00
parent fd130aae02
commit 103a2c6ebc

View file

@ -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);