feat: add config keys for completions
This commit is contained in:
parent
974ca8629d
commit
db98f2f30e
@ -42,6 +42,10 @@ class GeneralConfig:
|
|||||||
|
|
||||||
skip_to_stage: typing.Optional[int] = None
|
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)
|
@dataclass(frozen=True)
|
||||||
class TantriConfig:
|
class TantriConfig:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user