mirror of
https://github.com/flatpak/flatpak.git
synced 2026-06-19 22:11:01 -04:00
update: Fix completion of options
This commit is contained in:
@@ -392,6 +392,9 @@ flatpak_complete_update (FlatpakCompletion *completion)
|
||||
{
|
||||
case 0:
|
||||
default: /* REF */
|
||||
flatpak_complete_options (completion, global_entries);
|
||||
flatpak_complete_options (completion, options);
|
||||
flatpak_complete_options (completion, user_entries);
|
||||
flatpak_complete_partial_ref (completion, kinds, opt_arch, dir, NULL);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user