mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add --status and --report flags
This commit is contained in:
@ -75,6 +75,12 @@ class DefaultSection(Section):
|
||||
def explain(self) -> bool:
|
||||
return self.s.getboolean("explain", fallback=False)
|
||||
|
||||
def status(self) -> bool:
|
||||
return self.s.getboolean("status", fallback=True)
|
||||
|
||||
def report(self) -> bool:
|
||||
return self.s.getboolean("report", fallback=True)
|
||||
|
||||
|
||||
class Config:
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user