This commit is contained in:
Dheepak Krishnamurthy 2023-09-25 04:19:48 -04:00
parent 732c5b6f84
commit 1ec93c0913
46 changed files with 1233 additions and 7570 deletions

View file

@ -19,7 +19,7 @@ _taskwarrior-tui() {
case "${cmd}" in
taskwarrior__tui)
opts="-d -c -r -h -V --data --config --taskdata --taskrc --report --help --version"
opts="-d -c -r -h -V --data --config --taskdata --taskrc --report --help --version [FLOAT]"
if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
return 0