mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
feat: Use json.depends.array=on
This commit is contained in:
parent
c625338cdb
commit
a42a2dcf06
1 changed files with 1 additions and 0 deletions
|
@ -1607,6 +1607,7 @@ impl TaskwarriorTui {
|
|||
|
||||
task.arg("rc.json.array=on");
|
||||
task.arg("rc.confirmation=off");
|
||||
task.arg("rc.json.depends.array=on");
|
||||
|
||||
if let Some(args) = shlex::split(&format!(
|
||||
r#"rc.report.{}.filter='{}'"#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue