We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other interactive SQL tools (and interactive shells) allow to contain newlines in prompt, and it is used by some users.
Examples
I believe that allowing newlines helps both showing detail informations in prompt and short indentation in spanner-cli.
Expected behavior
prompt = "[\\p:\\i:\\d]\\n > "
shows
[very-long-project-id:very-long-instance-id:very-long-database-id] >
and continuation prompt is aligned to the last line of the prompt
[very-long-project-id:very-long-instance-id:very-long-database-id] > SELECT * -> FROM Singers;
Related discussion #183 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Other interactive SQL tools (and interactive shells) allow to contain newlines in prompt, and it is used by some users.
Examples
I believe that allowing newlines helps both showing detail informations in prompt and short indentation in spanner-cli.
Expected behavior
shows
and continuation prompt is aligned to the last line of the prompt
Related discussion #183 (comment)
The text was updated successfully, but these errors were encountered: