Skip to content

Commit

Permalink
feat(__main__): show defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Mar 18, 2023
1 parent 7ff34fe commit 3d298df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/so_vits_svc_fork/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def wrap_text(

patch_wrap_text()

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"], show_default=True)
click.Context.formatter_class = RichHelpFormatter


Expand Down

0 comments on commit 3d298df

Please sign in to comment.