-S --single-line

-S --single-line runs in single-line mode where a newline terminates a SQL command, like the semicolon does.

This mode is provided for those who insist on it, but you are not necessarily encouraged to use it, particularly if you mix SQL and meta-commands on a line. The order of execution might not always be clear to the inexperienced user.