mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-23 13:46:07 -04:00
Previously, the mandatory location, directory and branch positional arguments were passed as part of the varargs. This meant the varargs were conflating flags and positional arguments, making it harder to add new positional arguments. Move the mandatory positional arguments to separate parameters for do_export(). This introduces no functional changes, but makes later commits easier. Signed-off-by: Philip Withnall <withnall@endlessm.com>