Skip to content

Table Creation

As of version 3.0.0, cmd2 no longer includes custom 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.