Disable auto_vertical_output when a specific table_format is active #1190
Replies: 2 comments
|
BTW, should this be here in Discussions or should it become a Issue ? I am a little bit confused, and apologies if I posted incorrectly. |
|
Hi! We worked through all of the outdated Issues and are now looking at Discussions.
This seems like it would be confusing to some users, or we would have a divide between users with one preference or the other. Also, mycli doesn't currently distinguish the current table format from the one set in myclirc, though that could be changed.
We started to address this in a general way #2112! But so far the |
Uh oh!
There was an error while loading. Please reload this page.
I observe that
auto_vertical_outputoverrides output to vertical output, whatever \T (table_format) has been specified.As a result, if I choose a specific \T (
csv,mysql_update...) but my line doesn't fit my terminal width, I don't get the specified output.I don't see a way to disable
auto_vertical_outputat command-line prompt. Consequently, sadly, I have resorted to disableauto_vertical_outputalltogether in the config file.My suggestion would be to have the
auto_vertical_outputbehaviour solely when the activetable_formatdiffers from the one in myclirc.All reactions