Skip to content

Commit

Permalink
Merge pull request #48 from AstuteSource/chastenhelp
Browse files Browse the repository at this point in the history
Added Change to Typer call for help on no argument
  • Loading branch information
simojo authored Sep 22, 2023
2 parents 31a42d3 + 7d7e493 commit e4cd566
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 e4cd566

Please sign in to comment.