Skip to content

Commit

Permalink
refactor: debug by default on
Browse files Browse the repository at this point in the history
  • Loading branch information
0hsn committed Oct 22, 2024
1 parent 7bae674 commit c4ac73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chk/console/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# root command
@click.group()
@click.option("--debug/--no-debug", default=False)
@click.option("--debug/--no-debug", default=True)
@click.pass_context
def chk(ctx: click.Context, debug: bool) -> None:
"""\b
Expand Down

0 comments on commit c4ac73c

Please sign in to comment.