Request
Add a CLI flag to obal scratch as an alternative to -e build_package_archive_build_info=True.
Current:
obal scratch mypackage -e build_package_archive_build_info=True
Proposed:
obal scratch mypackage --archive-build-info
Why
- More discoverable (
--help would show it)
- Follows standard CLI conventions (like
--commit, --check, --dist)
- Commonly used in CI for extracting COPR repo URLs for repoclosure testing
Request
Add a CLI flag to
obal scratchas an alternative to-e build_package_archive_build_info=True.Current:
Proposed:
Why
--helpwould show it)--commit,--check,--dist)