zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Include fusermount3 in fusermount completions
@ 2023-06-08 14:58 Wim de With
  0 siblings, 0 replies; only message in thread
From: Wim de With @ 2023-06-08 14:58 UTC (permalink / raw)
  To: zsh-workers; +Cc: Wim de With

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.
---
 Completion/Linux/Command/_fusermount | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Linux/Command/_fusermount b/Completion/Linux/Command/_fusermount
index d55eca29c..24f9a8018 100644
--- a/Completion/Linux/Command/_fusermount
+++ b/Completion/Linux/Command/_fusermount
@@ -1,4 +1,4 @@
-#compdef fusermount
+#compdef fusermount fusermount3
 
 local expl context state line
 typeset -A opt_args
-- 
2.41.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-08 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 14:58 [PATCH] Include fusermount3 in fusermount completions Wim de With

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).