1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-21 19:31:50 +02:00

51857: Include fusermount3 in fusermount completions

fusermount3 is part of libfuse version 3, while fusermount is part of
libfuse version 2. Since they share the exact same command line
interface, we can reuse the completions.
This commit is contained in:
Wim de With 2023-06-08 16:58:38 +02:00 committed by Oliver Kiddle
parent d92b1a3547
commit 12b61965b5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2023-09-20 Oliver Kiddle <opk@zsh.org>
* Wim de With: 51857: Completion/Linux/Command/_fusermount:
Include fusermount3 in fusermount completions
* Atte Peltomäki: 51980: Completion/Zsh/Type/_globquals,
Doc/Zsh/expn.yo: Add glob qualifier grouping operator to completion

View File

@ -1,4 +1,4 @@
#compdef fusermount
#compdef fusermount fusermount3
local expl context state line
typeset -A opt_args