Comment 13 for bug 1577368

Revision history for this message
Steve Martinelli (stevemar) wrote :

You could probably get away with just changing:

https://github.com/openstack/cliff/blob/d171567ebad8a1579597cefc3d96a9686722ae5b/cliff/formatters/table.py#L28

from: default=0,
to: default=os.environ.get('MAX_WIDTH', None)

or something like that