feat: interactively edit config

This commit is contained in:
Benexl
2025-07-12 18:57:02 +03:00
parent 85368393fc
commit d279cc70b9
8 changed files with 206 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ import logging
from rich.traceback import install as rich_install
from ..constants import LOG_FILE_PATH
from ...core.constants import LOG_FILE_PATH
def setup_logging(log: bool, log_file: bool, rich_traceback: bool) -> None: