Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 505 Bytes

File metadata and controls

12 lines (8 loc) · 505 Bytes

Table Creation

As of version 3, cmd2 no longer includes code for table creation.

This is because cmd2 now has a dependency on rich which has excellent support for this feature.

Please see rich's documentation on Tables for more information.

The rich_tables.py example demonstrates how to use rich tables in a cmd2 application.