Skip to content

Commit

Permalink
feat(hyfi-config): add noop and dryrun flags
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 1, 2023
1 parent 37d4479 commit 27940c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyfi/main/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class HyfiConfig(BaseModel):
"""HyFI root config class. This class is used to store the configuration"""

debug_mode: bool = False
noop: bool = False
dryrun: bool = False
resolve: bool = False
verbose: bool = False
logging_level: str = "WARNING"
Expand Down

0 comments on commit 27940c0

Please sign in to comment.