mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
completions: Fix completions after the first command.
This commit is contained in:
parent
b55265c70d
commit
c70f005970
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ __ges_main ()
|
|||
|
||||
if [[ "$cur" == "-"* ]]; then
|
||||
_ges_list_options
|
||||
elif [[ "$cur" == "+"* ]]; then
|
||||
_ges_list_commands
|
||||
elif [[ "$cur" == "="* ]]
|
||||
then
|
||||
_mandatory__argument
|
||||
|
|
Loading…
Reference in a new issue