diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2015-03-24 17:13:20 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2015-03-24 17:13:20 +0100 |
commit | c70f005970376d507eb3dd7c4af02fd3c5f05bda (patch) | |
tree | 92838a5f2d6e9e41d39042622dc86b58c19ff080 /data | |
parent | b55265c70dfdb2fefa01d88399aeb10507ffc150 (diff) |
completions: Fix completions after the first command.
Diffstat (limited to 'data')
-rw-r--r-- | data/completions/ges-launch-1.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/completions/ges-launch-1.0 b/data/completions/ges-launch-1.0 index 14b36557..02ea495b 100644 --- a/data/completions/ges-launch-1.0 +++ b/data/completions/ges-launch-1.0 @@ -175,6 +175,8 @@ __ges_main () if [[ "$cur" == "-"* ]]; then _ges_list_options + elif [[ "$cur" == "+"* ]]; then + _ges_list_commands elif [[ "$cur" == "="* ]] then _mandatory__argument |