Adds a new `--mount` command-line option to the UAB helper. This allows
mounting the UAB's bundle filesystem to a specified directory and
keeping it mounted, which is useful for debugging and inspection.
The UAB loader is enhanced to forward all its command-line arguments
to the application running inside the container.
Signed-off-by: reddevillg <reddevillg@gmail.com>
Add ability to export specific package references from repository using
--ref and --modules parameters, without requiring complete project setup.
This mode is only for distributing.
Signed-off-by: ComixHe <ComixHe1895@outlook.com>