mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 06:37:19 +02:00
WIP
This commit is contained in:
parent
732c5b6f84
commit
1ec93c0913
46 changed files with 1233 additions and 7570 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue