Enhancement
- Added missing (new) commands to the completion script, and removed the newly obsolete undelete command.
This commit is contained in:
@@ -64,7 +64,7 @@ _task()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
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
|
||||
pro*:*)
|
||||
|
||||
Reference in New Issue
Block a user