mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement:
- Completion list for commands is now compiled dynamicaly using a task command. - Completion now also works for direct task manipulations with IDs eg task 3 -FOO pro:ERNIE or task 2 done
This commit is contained in:
parent
6612f3e276
commit
131f6687ea
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ _task()
|
|||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
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"
|
||||
opts="$(task _commands) $(task _ids)"
|
||||
|
||||
case "${cur}" in
|
||||
pro*:*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue