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

@@ -7,7 +7,7 @@ from pydantic import BaseModel
from pydantic.fields import FieldInfo
from pydantic_core import PydanticUndefined
from .config.model import OtherConfig
from ..core.config.model import OtherConfig
TYPE_MAP = {
str: click.STRING,