Compare commits
2 Commits
5601ea442a
...
650a22d425
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
650a22d425 | ||
|
|
6a590d8780 |
@@ -1,5 +1,6 @@
|
|||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
from pkgmgr.core.config.save import save_user_config
|
||||||
|
|
||||||
def interactive_add(config,USER_CONFIG_PATH:str):
|
def interactive_add(config,USER_CONFIG_PATH:str):
|
||||||
"""Interactively prompt the user to add a new repository entry to the user config."""
|
"""Interactively prompt the user to add a new repository entry to the user config."""
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
High-level mirror actions.
|
High-level mirror actions.
|
||||||
|
|
||||||
@@ -10,6 +8,7 @@ Public API:
|
|||||||
- setup_mirrors
|
- setup_mirrors
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
from .types import Repository, MirrorMap
|
from .types import Repository, MirrorMap
|
||||||
from .list_cmd import list_mirrors
|
from .list_cmd import list_mirrors
|
||||||
from .diff_cmd import diff_mirrors
|
from .diff_cmd import diff_mirrors
|
||||||
|
|||||||
Reference in New Issue
Block a user