rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 553 forks source link

Print table in vertical orientation #724

Open tasdikrahman opened 4 years ago

tasdikrahman commented 4 years ago

Greetings,

I am using thor version

    thor (0.20.3)
    thor-hollaback (0.1.2)

the script which uses thor, runs in the CI, and the table I am trying to render is bigger than the horizontal tab length for the CI window in gitlab.

Is there a way, I can print the table in format which mimics the \x option in postgresql when rendering the table?

This is the message which I get, when the table gets rendered in the CI

 The table size exceeds the currently set width.To avoid error either. Defaulting to vertical orientation.