Skip to content

Commit

Permalink
Use RichCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Nov 29, 2023
1 parent 38d1bad commit 210f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pros/cli/click_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pros.common.utils import get_version


class PROSFormatted(click.Command):
class PROSFormatted(click.RichCommand):
"""
Common format functions used in the PROS derived classes. Derived classes mix and match which functions are needed
"""
Expand Down

0 comments on commit 210f6e2

Please sign in to comment.