From b9fa2b17a3a54bbef7ca43ba5f4bfce9e56c1aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 29 May 2019 20:38:16 +0200 Subject: [PATCH] completions: zsh: teach it possible values for -b,--backend and -c,--config --- completions/zsh/_f00bar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/zsh/_f00bar b/completions/zsh/_f00bar index 9529a01..a8f5494 100644 --- a/completions/zsh/_f00bar +++ b/completions/zsh/_f00bar @@ -4,6 +4,6 @@ _arguments \ -s \ '(-v --version)'{-v,--version}'[show the version number and quit]' \ '(-h --help)'{-h,--help}'[show help message and quit]' \ - '(-b --backend)'{-b,--backend}'[backend to use; xcb,wayland,auto (default: auto)]' \ - '(-c --config)'{-c,--config}'[alternative configuration file]' \ + '(-b --backend)'{-b,--backend}'[backend to use (default: auto)]:backend:(xcb wayland auto)' \ + '(-c --config)'{-c,--config}'[alternative configuration file]:filename:_files' \ '(-C --validate)'{-C,--validate}'[verify configuration then quit]'