zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _update_alternatives: add missing options in completion
@ 2011-09-18  0:18 Ole Jørgen Brønner
  2011-12-14  1:13 ` Mikael Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: Ole Jørgen Brønner @ 2011-09-18  0:18 UTC (permalink / raw)
  To: zsh-workers

(Against 1c2ff6852911c47b1386d72e781b465f140e77eb)

Even though the version in Debian stable doesn't list all these in the --help message they are supported. (see man page)

Hopefully I didn't make any mistakes. First time I've messed with completion code.

---
diff --git a/Completion/Debian/Command/_update-alternatives b/Completion/Debian/Command/_update-al
index dd1d4fc..47cda1a 100644
--- a/Completion/Debian/Command/_update-alternatives
+++ b/Completion/Debian/Command/_update-alternatives
@@ -16,11 +16,21 @@ _arguments -C \
    '--version' \
    '--altdir:altdir:_files -/' \
    '--admindir:admindir:_files -/' \
+  '--log:log file:_files -/' \
+  '--force' \
+  '--skip-auto' \
    '--install:*::alt:= ->install' \
    '--remove:*::alt:= ->remove' \
+  '--remove-all:name:_files -W $alterdir' \
    '--auto:name:_files -W $alterdir' \
    '--display:name:_files -W $alterdir' \
-  '--config:name:_files -W $alterdir' && return
+  '--query:name:_files -W $alterdir' \
+  '--list:name:_files -W $alterdir' \
+  '--get-selections' \
+  '--set-selections' \
+  '--config:name:_files -W $alterdir' \
+  '--set:name:_files -W $alterdir:path:_files -/' \
+  '--all' && return

  while true; do
    case "$state" in

--

Ole Jørgen Brønner


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-15 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-18  0:18 PATCH: _update_alternatives: add missing options in completion Ole Jørgen Brønner
2011-12-14  1:13 ` Mikael Magnusson
2011-12-14  4:55   ` Bart Schaefer
2011-12-14 12:47     ` Mikael Magnusson
2011-12-15 10:00       ` Peter Stephenson

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).