feat: add config keys for completions

This commit is contained in:
Deepak Mallubhotla 2024-12-30 15:15:32 +00:00
parent 974ca8629d
commit db98f2f30e
Signed by: deepak
GPG Key ID: 47831B15427F5A55

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: