We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540ad4f commit 6a3e4d0Copy full SHA for 6a3e4d0
1 file changed
src/onc/onc.py
@@ -56,7 +56,7 @@ def __init__(
56
token: str | None = None,
57
production: bool = True,
58
showInfo: bool = False,
59
- showWarning: bool = False,
+ showWarning: bool = True,
60
outPath: str | Path = "output",
61
timeout: int = 60,
62
):
0 commit comments