Added reference bugs
This commit is contained in:
2
main.py
2
main.py
@@ -76,7 +76,7 @@ For detailed help on each command, use:
|
|||||||
"--all",
|
"--all",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=False,
|
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("--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)")
|
subparser.add_argument("--list", action="store_true", help="List affected repositories (with preview or status)")
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import os
|
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=""):
|
def list_repositories(all_repos, repositories_base_dir, bin_dir, search_filter="", status_filter=""):
|
||||||
"""
|
"""
|
||||||
List all repositories with their attributes and status information.
|
List all repositories with their attributes and status information.
|
||||||
|
|||||||
Reference in New Issue
Block a user