mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 01:24:42 +00:00
complete on filenames in bash completion
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3661 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e1b10045a2
commit
c71b9644b7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ _linkcheck() {
|
|||
fi
|
||||
return 0
|
||||
}
|
||||
[ "$have" ] && complete -F _linkcheck linkchecker
|
||||
[ "$have" ] && complete $filenames -F _linkcheck linkchecker
|
||||
|
|
|
|||
Loading…
Reference in a new issue