mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Merge pull request #387 from kdheepak/use-json-depends-array
Use `json.depends.array=on`
This commit is contained in:
commit
d0ad1b5c3d
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