Scope install status to requested binaries

This commit is contained in:
Nick Sweeting 2026-07-20 15:54:30 -07:00
parent 765aef56e9
commit 5a30ab0451
No known key found for this signature in database

View File

@ -123,7 +123,7 @@ def install(binaries: tuple[str, ...] = (), binproviders: str = "*", dry_run: bo
# Django is already loaded, so just import and call the function directly
from archivebox.cli.archivebox_version import version as show_version
show_version(quiet=False)
show_version(quiet=False, binaries=binaries)
@click.command()