Skip to content

Commit

Permalink
update default value on verbose cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Jun 4, 2024
1 parent ef6caad commit 1ec6087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/subcommands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def init(
help="Output file path for the rendered config file.",
),
verbose: int = typer.Option(
False,
0,
"--verbose",
"-v",
count=True,
Expand Down

0 comments on commit 1ec6087

Please sign in to comment.