We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4d3c commit 9eb761bCopy full SHA for 9eb761b
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