ncoronado / tracshell

Automatically exported from code.google.com/p/tracshell
1 stars 0 forks source link

configurable formatters #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the enhancement in detail.

User should be able to configure the output formatting of data.

As a start, the current display code could be abstracted into a formatter
class and using the text_table module (available in PyPI) we can add table
formatting.

This will pave the way for outputting data to disk.

What files will be affected?

shell.py

How will the enhancement benefit the project?

It will improve usability for users

What side-effects (if any) will the enhancement create?

Creation of a new file and classes

Original issue reported on code.google.com by j.kennet...@gmail.com on 3 Mar 2009 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by j.kennet...@gmail.com on 17 Apr 2009 at 3:03