dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Honor \G when executing from commandline with -e #1112

Closed rolandwalker closed 1 year ago

rolandwalker commented 1 year ago

Description

Honor \G when executing from commandline with -e, letting --csv or --table take precedence if given.

Edit: This required some unrelated changes to make CI pass. I have no idea why.

Fixes #1111

Checklist

amjith commented 1 year ago

:+1: