From c8c6d7ca34b3317806ffcd1b17c71ed6f01f9046 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Sun, 11 Jan 2009 20:52:14 +0100 Subject: bash-completion: Phases support for importare. --- bash-completion/importare | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bash-completion') diff --git a/bash-completion/importare b/bash-completion/importare index b79b8ad6f..350344a32 100644 --- a/bash-completion/importare +++ b/bash-completion/importare @@ -53,6 +53,10 @@ _importare() { --show-use-descriptions \ --show-package-descriptions \ --continue-on-failure \ + --skip-phase \ + --abort-at-phase \ + --skip-until-phase \ + --change-phases-for \ ${source_opts} \ ${metadata_opts} \ ${deplist_opts}" @@ -105,6 +109,10 @@ _importare() { COMPREPLY=($(compgen -W "if-fetch-only never if-satisfied if-independent always" -- "${cur}")) return 0 ;; + --change-phases-for) + COMPREPLY=($(compgen -W "all first last" -- "${cur}")) + return 0 + ;; --location|-l) _filedir -d -- cgit v1.2.3