Skip to content

Commit

Permalink
change typer.Argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirshuker committed Dec 30, 2024
1 parent 937e16e commit cc6c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/setup_env/setup_env_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def setup_env_command(
"--clean",
help="Clean the repository of temporary files created by the 'lint' command.",
),
file_paths: Tuple[Path, ...] = typer.Argument(None, exists=True, resolve_path=True),
file_paths: Tuple[Path, ...] = typer.Argument([], exists=True, resolve_path=True),
console_log_threshold: str = typer.Option(
None,
"--console-log-threshold",
Expand Down

0 comments on commit cc6c05a

Please sign in to comment.