Skip to content
New issue

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

Improved error messages for CLI commands and fixed shell testing issues #2953

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

MSebanc
Copy link
Collaborator

@MSebanc MSebanc commented Feb 26, 2024

I have read and agree to the CLA of the Kuzu repository.

kuzu> :maxrows
Error: Unknown command: ":maxrows". Enter ":help" for help
Did you mean: ":max_rows"?
kuzu> :quiy
Error: Unknown command: ":quiy". Enter ":help" for help
Did you mean: ":quit"?
kuzu> quitt;
Error: "quitt;" is not a valid Cypher query. Did you mean to issue a CLI command, e.g., ":quit"?

I have read and agree to the CLA of the Kuzu repository.
tools/shell/embedded_shell.cpp Outdated Show resolved Hide resolved
tools/shell/embedded_shell.cpp Outdated Show resolved Hide resolved
tools/shell/test/test_shell_control_edit.py Outdated Show resolved Hide resolved
@MSebanc MSebanc merged commit f12ae4c into kuzudb:master Feb 26, 2024
9 of 13 checks passed
@andyfengHKU andyfengHKU mentioned this pull request Apr 15, 2024
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants