Expand description
§Visual Output Utilities
Terminal formatting, progress indicators, and display helpers.
This module provides consistent styling for CLI output including colored text, spinners, and formatted lists/tables.
Functions§
- display_
list - Display a numbered list of packages.
- display_
table - Display packages in a table format with columns.
- with_
spinner - Execute a function with a spinning progress indicator.