mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Update export_headers to always create new vec!
This commit is contained in:
parent
8962784852
commit
a7b4f424e3
1 changed files with 2 additions and 0 deletions
|
@ -560,6 +560,8 @@ impl TTApp {
|
|||
}
|
||||
|
||||
pub fn export_headers(&mut self) {
|
||||
self.task_report_columns = vec![];
|
||||
self.task_report_labels = vec![];
|
||||
|
||||
let output = Command::new("task")
|
||||
.arg("show")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue