Skip to content

Commit 210f6e2

Browse files
Use RichCommand
1 parent 38d1bad commit 210f6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pros/cli/click_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pros.common.utils import get_version
88

99

10-
class PROSFormatted(click.Command):
10+
class PROSFormatted(click.RichCommand):
1111
"""
1212
Common format functions used in the PROS derived classes. Derived classes mix and match which functions are needed
1313
"""

0 commit comments

Comments
 (0)