Compare commits

...

1 Commits

Author SHA1 Message Date
db98f2f30e
feat: add config keys for completions 2024-12-30 15:15:32 +00:00

View File

@ -42,6 +42,10 @@ class GeneralConfig:
skip_to_stage: typing.Optional[int] = None
# whether to skip stages or deepdog runs if a completion file is found
respect_completions: bool = True
write_completions: bool = True
@dataclass(frozen=True)
class TantriConfig: