Skip to content

Commit

Permalink
fix(cli): remove duplicate rich-click config options (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Mar 28, 2024
1 parent e818331 commit b38f530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litestar/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
click.rich_click.USE_MARKDOWN = False
click.rich_click.SHOW_ARGUMENTS = True
click.rich_click.GROUP_ARGUMENTS_OPTIONS = True
click.rich_click.SHOW_ARGUMENTS = True
click.rich_click.GROUP_ARGUMENTS_OPTIONS = True
click.rich_click.STYLE_ERRORS_SUGGESTION = "magenta italic"
click.rich_click.ERRORS_SUGGESTION = ""
click.rich_click.ERRORS_EPILOGUE = ""
Expand Down

0 comments on commit b38f530

Please sign in to comment.