Enhancement

- Added missing (new) commands to the completion script, and removed
  the newly obsolete undelete command.
This commit is contained in:
Paul Beckingham 2009-07-03 14:13:33 -04:00
parent 66e5c7fd64
commit 3072476e53

View file

@ -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*:*)