Skip to content

Commit

Permalink
Merge pull request #74 from AstuteSource/master
Browse files Browse the repository at this point in the history
fix: Bring Master Commits into Branch
  • Loading branch information
boulais01 authored Sep 26, 2023
2 parents 812aa3f + 4573abb commit f174c16
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 883 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 f174c16

Please sign in to comment.