[game-data-packager] 01/01: refresh bash-completion

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Oct 7 17:39:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 7f1aeef7a43d381c6e4211e065edccb036130c93
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Oct 7 19:38:43 2015 +0200

    refresh bash-completion
---
 data/bash-completion/game-data-packager | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/bash-completion/game-data-packager b/data/bash-completion/game-data-packager
index 94913de..35d5360 100644
--- a/data/bash-completion/game-data-packager
+++ b/data/bash-completion/game-data-packager
@@ -12,7 +12,7 @@ _game_data_packager()
     if [ "${cur:0:1}" == "-" ]
     then
       local longopts
-      longopts='--compress --destination --help --install --no-compress --no-download --no-search --package --save-downloads'
+      longopts='--compress --destination --help --install --no-compress --no-download --no-search --package --save-downloads --install-method --gain-root-command'
       COMPREPLY=( $( compgen -W "$longopts" -- $cur ) )
     elif [ "$prev" == '--package' ]
     then
@@ -31,7 +31,7 @@ _game_data_packager()
     then
       local supported
       supported=$(cd  /usr/share/games/game-data-packager/; ls -1 *.json 2>/dev/null |cut -d'.' -f1)
-      COMPREPLY=( $( compgen -W "make-template $supported" -- $cur ) )
+      COMPREPLY=( $( compgen -W "make-template gog steam $supported" -- $cur ) )
     else
       COMPREPLY=()
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list