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
So we have some output which is multi line string, and the format in console will become weird. For example, show create tag,
show create tag
This one is generally ok, but if the string becomes longer, it will be harder to figure out. See example below:
I think maybe we can support something like multi line string, put them in to a single cell without occupying other cells.
The text was updated successfully, but these errors were encountered:
It's ok now
Sorry, something went wrong.
Create auto_cherry_pick.yml (vesoft-inc#856)
96e71dd
* Create auto_cherry_pick.yml * Update auto_cherry_pick.yml * Update auto_cherry_pick.yml * Update auto_cherry_pick.yml * Update auto_cherry_pick.yml
Shylock-Hg
No branches or pull requests
So we have some output which is multi line string, and the format in console will become weird.
For example,
show create tag
,This one is generally ok, but if the string becomes longer, it will be harder to figure out. See example below:
I think maybe we can support something like multi line string, put them in to a single cell without occupying other cells.
The text was updated successfully, but these errors were encountered: