Skip to content

Commit

Permalink
Merge pull request #202 from CCBR/progname
Browse files Browse the repository at this point in the history
fix(cli): set prog_name for click
  • Loading branch information
kelly-sovacool authored Jul 24, 2024
2 parents 6eb6566 + dd78881 commit 96b75dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ def main():
cli()


cli(prog_name="champagne")

if __name__ == "__main__":
main()

0 comments on commit 96b75dd

Please sign in to comment.