Compare commits
1 Commits
master
...
completion
Author | SHA1 | Date | |
---|---|---|---|
db98f2f30e |
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user