Skip to content

Commit 40c6f30

Browse files
committed
fix: cli
1 parent 8340bd5 commit 40c6f30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
from pydantic_settings import BaseSettings
55

66

7-
class CLIArgs(
8-
BaseSettings,
9-
cli_ignore_unknown_args=True,
10-
):
7+
class CLIArgs(BaseSettings, cli_parse_args=True):
118
"""CLIArgs is a class that extends BaseSettings to handle command line arguments."""
129

1310
junitxml: str = ""

0 commit comments

Comments
 (0)