Skip to content

Commit

Permalink
added change to typer call for help on no arg
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebKendra committed Sep 12, 2023
1 parent 2dab4d1 commit 7d7e493
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7d7e493

Please sign in to comment.