We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8340bd5 commit 40c6f30Copy full SHA for 40c6f30
noxfile.py
@@ -4,10 +4,7 @@
4
from pydantic_settings import BaseSettings
5
6
7
-class CLIArgs(
8
- BaseSettings,
9
- cli_ignore_unknown_args=True,
10
-):
+class CLIArgs(BaseSettings, cli_parse_args=True):
11
"""CLIArgs is a class that extends BaseSettings to handle command line arguments."""
12
13
junitxml: str = ""
0 commit comments