DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
219 stars 44 forks source link

Automatically size table based on Terminal width #241

Closed Piccirello closed 3 years ago

Piccirello commented 3 years ago

This change adapts the CLI's output to the current terminal size. It results in much better looking output at smaller sizes.

Closes ENG-2602

rgmvisser commented 3 years ago

Nice papercut!

Piccirello commented 3 years ago

Works well in tmux, nice one!

Thanks for testing that use case!