feat(cli): improve member design and usability
This commit is contained in:
@@ -25,6 +25,7 @@ class TableColors:
|
||||
ERROR = '\033[1m\033[91m' # Bold Red
|
||||
WARNING = '\033[1m\033[93m' # Bold Yellow
|
||||
BORDER = '\033[90m' # Grey
|
||||
INPUT_BOX = '\033[90m' # Grey (for input styling)
|
||||
|
||||
|
||||
def format_member_row(member, classification_name: Optional[str] = None) -> str:
|
||||
|
||||
Reference in New Issue
Block a user