mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
`distrobox assemble create /path/to/file.ini` and `distrobox assemble rm /path/to/file.ini` now work the same way as the original Bash `distrobox-assemble` script, in addition to the existing `--file` flag. When both are supplied, `--file` takes precedence (explicit over implicit). When neither is given, the default `./distrobox.ini` is still used. The resolution logic is extracted into a `resolveManifestPath` helper with unit tests covering flag precedence, positional fallback and the default path.