Skip to content

Commit

Permalink
Merge branch 'master' into pysqlite3-removal-test-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boulais01 authored Sep 26, 2023
2 parents 59fe35a + e4cd566 commit adc4ade
Show file tree
Hide file tree
Showing 2 changed files with 861 additions and 726 deletions.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)

# create a Typer object to support the command-line interface
cli = typer.Typer()
cli = typer.Typer(no_args_is_help=True)

# create a small bullet for display in the output
small_bullet_unicode = constants.markers.Small_Bullet_Unicode
Expand Down
Loading

0 comments on commit adc4ade

Please sign in to comment.