10 lines
256 B
Bash
Executable File
10 lines
256 B
Bash
Executable File
#!/usr/bin/env bash
|
|
. bash_tap_tw.sh
|
|
|
|
# This problems only appears for "modify", not for "add"
|
|
# The 'proj:mod' is interpreted as 'proj:modified', then DOM lookup substitutes
|
|
# the 'modified' date.
|
|
task add a
|
|
task 1 mod proj:mod
|
|
task 1 _project | grep mod
|