mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
Enhancement
- Added missing (new) commands to the completion script, and removed the newly obsolete undelete command.
This commit is contained in:
parent
66e5c7fd64
commit
3072476e53
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ _task()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
|
|
||||||
opts="active add annotate append calendar color completed delete done duplicate edit export ghistory help history import info list long ls newest next oldest overdue projects start stats stop summary tags timesheet undelete undo version"
|
opts="active add all annotate append calendar color completed delete done duplicate edit export ghistory help history import info list long ls newest next oldest overdue projects recurring shell start stats stop summary tags timesheet undo version waiting"
|
||||||
|
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
pro*:*)
|
pro*:*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue