mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
completion: complete notmuch count --lastmod
This commit is contained in:
parent
ddbda8f501
commit
326824aee3
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ _notmuch_count()
|
|||
! $split &&
|
||||
case "${cur}" in
|
||||
-*)
|
||||
local options="--output= --exclude= --batch --input="
|
||||
local options="--output= --exclude= --batch --input= --lastmod"
|
||||
compopt -o nospace
|
||||
COMPREPLY=( $(compgen -W "$options" -- ${cur}) )
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue