From 491551b4064ce98e913d406463c47fc4e8e70184 Mon Sep 17 00:00:00 2001 From: Emily Seville Date: Sun, 7 Nov 2021 01:01:35 +1000 Subject: [PATCH] "wine" command completions --- share/completions/wine.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 share/completions/wine.fish diff --git a/share/completions/wine.fish b/share/completions/wine.fish new file mode 100644 index 000000000..93f1dd590 --- /dev/null +++ b/share/completions/wine.fish @@ -0,0 +1,2 @@ +complete -c wine -l help -d 'Show help and exit' +complete -c wine -l version -d 'Show version and exit'