Skip to content

Commit

Permalink
Fix verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 23, 2023
1 parent fd6198e commit c8f144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lvmnps/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def wrapper(*args, **kwargs):
@click.option(
"-v",
"--verbose",
count=True,
help="Debug mode. Use additional v for more details.",
is_flag=True,
help="Debug mode.",
)
@click.pass_context
def lvmnps(ctx: click.Context, config_file: str, verbose: bool = False):
Expand Down

0 comments on commit c8f144a

Please sign in to comment.