Added reference bugs

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-06 12:14:43 +01:00
parent 1a1b4ece61
commit 6e2be4066a
2 changed files with 3 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ For detailed help on each command, use:
"--all",
action="store_true",
default=False,
help="Apply the subcommand to all repositories in the config. Some commands ask for confirmation. If you want to give this confirmation for all repositories, pipe 'yes'. E.g: yes | pkgmgr {subcommand} --all"
help="Apply the subcommand to all repositories in the config. Some subcommands ask for confirmation. If you want to give this confirmation for all repositories, pipe 'yes'. E.g: yes | pkgmgr {subcommand} --all"
)
subparser.add_argument("--preview", action="store_true", help="Preview changes without executing commands")
subparser.add_argument("--list", action="store_true", help="List affected repositories (with preview or status)")

View File

@@ -1,5 +1,6 @@
import os
from pkgmgr.get_repo_identifier import get_repo_identifier
from pkgmgr.get_repo_dir import get_repo_dir
def list_repositories(all_repos, repositories_base_dir, bin_dir, search_filter="", status_filter=""):
"""
List all repositories with their attributes and status information.