completions: Fix completions after the first command.

This commit is contained in:
Mathieu Duponchelle 2015-03-24 17:13:20 +01:00
parent b55265c70d
commit c70f005970

View file

@ -175,6 +175,8 @@ __ges_main ()
if [[ "$cur" == "-"* ]]; then
_ges_list_options
elif [[ "$cur" == "+"* ]]; then
_ges_list_commands
elif [[ "$cur" == "="* ]]
then
_mandatory__argument